Closed Nadedic closed 1 year ago
There seems to be an issue when using a higher version of PyTorch, but I believe that the issue has been resolved in the latest repository. Please feel free to check it and let me know if any further issues related this.
Hello So, attempting to use the GPU with a sample video trying to perform lip reading with this simple command:
python main.py --config-filename configs/LRS3_V_WER32.3.ini --data-filename test_video.mp4 --gpu-idx 0
Terminal runs normally, loading the pretrained model etc then I face this error:
The lip reading task works correctly if I don't specify a GPU parameter and looking around abit, apparently the problem is offloading some variables from CPU to GPU which breaks somewhere during runtime. Any help would be appreciated. Thank you!