Same error here.
My gpu is low end tho: Nvidia GeForce MX110.
Framerate Index: 0
C:\Users\tumeo\Downloads\DAIN_APP Alpha\torch\nn\functional.py:2494: UserWarning: Default upsampling behavior when mode=bilinear is changed to align_corners=False since 0.4.0. Please specify align_corners=True if the old behavior is desired. See the documentation of nn.Upsample for details.
"See the documentation of nn.Upsample for details.".format(mode))
..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
error in correlation_forward_cuda_kernel: no kernel image is available for execution on the device
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)