You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to work with your project but am having problems with the environment. I've installed torchlight, using pip as per the requirements section, and have version 0.0.1 installed. But I get this error below
(skateformer) /content/SkateFormer# python main.py --config ./config/test/nw_ucla/SkateFormer_b.yaml Traceback (most recent call last): File "/content/SkateFormer/main.py", line 28, in <module> from torchlight import DictAction ImportError: cannot import name 'DictAction' from 'torchlight' (/usr/local/envs/skateformer/lib/python3.9/site-packages/torchlight/__init__.py)
Could you advise me better?
The text was updated successfully, but these errors were encountered:
Hi,
I would like to work with your project but am having problems with the environment. I've installed
torchlight
, using pip as per the requirements section, and have version 0.0.1 installed. But I get this error below(skateformer) /content/SkateFormer# python main.py --config ./config/test/nw_ucla/SkateFormer_b.yaml Traceback (most recent call last): File "/content/SkateFormer/main.py", line 28, in <module> from torchlight import DictAction ImportError: cannot import name 'DictAction' from 'torchlight' (/usr/local/envs/skateformer/lib/python3.9/site-packages/torchlight/__init__.py)
Could you advise me better?
The text was updated successfully, but these errors were encountered: