dxli94 / WLASL

WACV 2020 "Word-level Deep Sign Language Recognition from Video: A New Large-scale Dataset and Methods Comparison"
https://dxli94.github.io/WLASL/
838 stars 111 forks source link

Train_I3d.py #46

Closed amna-ai closed 2 years ago

amna-ai commented 2 years ago

' No module named 'torch' ' . Whenever I try to run the train_i3d.py file, it shows this error. I have tried pip installing the modules. Although the modules do get installed, I also restart the kernel , but this error still comes up. If anyone can help me with it. Waiting for the response.

dxli94 commented 2 years ago

PyTorch is not properly installed. Likely it is not installed in your system paths.

amna-ai commented 2 years ago

One more thing, I don't have GPU so I commented all the cuda commands. Also when I ran train_i3d.py my laptop got stuck for so long that I had to force shut down it. This happened the second time to when I tried to run it again. Is it because of not having a gpu?

dxli94 commented 2 years ago

Could be it's running out of RAM.