JimmyChame / SADNet

Pytorch code for "Spatial-Adaptive Network for Single Image Denoising"
128 stars 12 forks source link

How to install DCNv2 module with CUDA 10.1? #8

Closed CSer-Tang-hao closed 3 years ago

CSer-Tang-hao commented 3 years ago

I have Pytorch 1.1.0 & CUDA 10.1, how to install DCNv2 module with CUDA 10.1? When I run "python setup.py develop", I can't from . import deform_conv_cuda Looking forward to your reply!

lkp520 commented 2 years ago

How can you solve it?