Closed yiheo closed 3 years ago
Hi I'm just trying to run this code. However, I faced to some module error from the first train code, python train_fine.py -gpu {gpu_num}
python train_fine.py -gpu {gpu_num}
File "train_fine.py", line 22, in <module> import videotransforms ModuleNotFoundError: No module named 'videotransforms'
File "/workspace/Coarse-Fine-Networks/x3d_fine.py", line 7, in <module> import loss_utils ModuleNotFoundError: No module named 'loss_utils'
Would you explain how to solve the error?
Please feel free to comment these lines, they are not required. Sorry about the confusion.
Hi I'm just trying to run this code. However, I faced to some module error from the first train code,
python train_fine.py -gpu {gpu_num}
Would you explain how to solve the error?