xinntao / EDVR

Winning Solution in NTIRE19 Challenges on Video Restoration and Enhancement (CVPR19 Workshops) - Video Restoration with Enhanced Deformable Convolutional Networks. EDVR has been merged into BasicSR and this repo is a mirror of BasicSR.
https://github.com/xinntao/BasicSR
1.48k stars 320 forks source link

src/deform_conv_cuda_kernel.cu(258): error: no suitable constructor exists to convert from "c10::ScalarType" to "at::Type" #102

Open liujianzhao6328057 opened 4 years ago

liujianzhao6328057 commented 4 years ago

when I run the code "python setup.py develop" src/deform_conv_cuda_kernel.cu(258): error: no suitable constructor exists to convert from "c10::ScalarType" to "at::Type" I don't know how to solve the problem

leonselina commented 4 years ago

Did you fix the error? I got the same problem.

xinntao commented 4 years ago

Try to use pytorch version >= 1.1