I keep getting this error whenever I try to render something.
Traceback (most recent call last):
File "my_design.py", line 79, in render
File "my_DAIN_class.py", line 469, in RenderVideo
File "my_DAIN_class.py", line 202, in interpolate
File "site-packages\torch\nn\modules\module.py", line 541, in __call__
File "networks\DAIN_slowmotion.py", line 148, in forward
File "networks\DAIN_slowmotion.py", line 212, in forward_flownets
File "site-packages\torch\nn\modules\module.py", line 541, in __call__
File "PWCNet\PWCNet.py", line 220, in forward
File "site-packages\torch\nn\modules\module.py", line 541, in __call__
File "PWCNet\correlation_package_pytorch1_0\correlation.py", line 59, in forward
File "PWCNet\correlation_package_pytorch1_0\correlation.py", line 27, in forward
RuntimeError: CUDA call failed (correlation_forward_cuda at correlation_cuda.cc:80)
(no backtrace available)
My GPU supports CUDA, and I have 8gb of ram so its definitely not a memory issue,
Any solutions?