CyFeng16 / MVIMP

Mixed Video and Image Manipulation Program
GNU General Public License v3.0
71 stars 20 forks source link

error in correlation_forward_cuda_kernel: no kernel image is available for execution on the device #41

Open TaoTeCha opened 3 years ago

TaoTeCha commented 3 years ago

I've seen this error in the original DAIN repo, this repo, and another forum without any solutions besides maybe changing the nvcc arguments? I got the MVIP DAIN colab to work once (not sure what GPU I had) but now that I am trying again with a V100 I keep getting this error.

Has anybody found a solution?

CyFeng16 commented 3 years ago

I'm afraid this is a problem facing DAIN itself. I once imagined using Pytorch-Lightning to rewrite DAIN and train it, but to be honest, there has not been enough time to implement the plan recently.

TaoTeCha commented 3 years ago

I think I found a solution for a colab V100 at least. See Issue 117 in the original DAIN repo.

CyFeng16 commented 3 years ago

Thanks for your feedback, I will keep track.