video-classification-3d-cnn-pytorch
video-classification-3d-cnn-pytorch copied to clipboard
Cant seem to run main.py code.
Whenever I run the main.py code, I keep getting this error.
Traceback (most recent call last):
File "main.py", line 10, in
Please help me out!
i guess there is nothing wrong in the code . pls make sure u input the correct parameters before u run main.py code. especially the path of the PRETRAINED MODELS :)
I think it is because you are running it on python 2.7
I think it is because you are running it on python 2.7 Thank you, you are right, and I sovled this problem when changing version of python to 3+