lambert-x / video-semisup

Learning from Temporal Gradient for Semi-supervised Action Recognition (CVPR 2022)
Apache License 2.0
26 stars 2 forks source link

ModuleNotFoundError occurred during training #3

Closed LJP-Perfect closed 2 years ago

LJP-Perfect commented 2 years ago

The following error occurs when running the dist_train_semi.sh script.

Traceback (most recent call last): File "tools/train_semi.py", line 15, in from mmaction.apis import train_model File "/home/ljp/video-semisup/mmaction/apis/init.py", line 1, in from .inference import inference_recognizer, init_recognizer File "/home/ljp/video-semisup/mmaction/apis/inference.py", line 13, in from mmaction.models import build_recognizer File "/home/ljp/video-semisup/mmaction/models/init.py", line 21, in from .recognizers import (AudioRecognizer, BaseRecognizer, Recognizer2D, File "/home/ljp/video-semisup/mmaction/models/recognizers/init.py", line 14, in from .recognizer3d_semi_appsup_tempsup_simclr_crossclip import Semi_AppSup_TempSup_SimCLR_Crossclip_Recognizer3D ModuleNotFoundError: No module named 'mmaction.models.recognizers.recognizer3d_semi_appsup_tempsup_simclr_crossclip'

lambert-x commented 2 years ago

Please pull again and check if the bug is fixed. I tried to clean the code but still need several rounds. Please let me know if you have any other issues.