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
Traceback (most recent call last):
File "/home/danieljung0121/mmaction2/tools/train.py", line 9, in
from mmaction.registry import RUNNERS
ModuleNotFoundError: No module named 'mmaction.registry'
I think I did solve this because now I can run the code. But, I am not sure how I solved it. I think this was more of a general problem (not restricted to this code) that could be solved relatively easily.
Branch
main branch (1.x version, such as
v1.0.0
, ordev-1.x
branch)Prerequisite
Environment
Python 3.9.19
torch 1.12.0
Describe the bug
Traceback (most recent call last):
File "/home/danieljung0121/mmaction2/tools/train.py", line 9, in
from mmaction.registry import RUNNERS
ModuleNotFoundError: No module named 'mmaction.registry'
Reproduces the problem - code sample
python tools/train.py configs/skeleton/posec3d/slowonly_r50_u48_240e_ntu120_xsub_keypoint.py --work-dir work_dirs/slowonly_r50_u48_240e_ntu120_xsub_keypoint --validate --test-best --gpus 2 --seed 0 --deterministic
Reproduces the problem - command or script
No response
Reproduces the problem - error message
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: