EDVR icon indicating copy to clipboard operation
EDVR copied to clipboard

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

Open liujianzhao6328057 opened this issue 5 years ago • 2 comments

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

liujianzhao6328057 avatar Sep 27 '19 10:09 liujianzhao6328057

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

leonselina avatar Oct 14 '19 06:10 leonselina

Try to use pytorch version >= 1.1

xinntao avatar Oct 14 '19 07:10 xinntao