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.5k stars 316 forks source link

RuntimeError: modulated deform conv is not compiled with GPU support (modulated_deform_conv_forward at basicsr/models/ops/dcn/src/deform_conv_ext.cpp:120) #177

Open nobu241 opened 4 years ago

nobu241 commented 4 years ago

Hello,I get the following error while running training.(train_EDVR_M_x4_SR_REDS.yml)

RuntimeError: modulated deform conv is not compiled with GPU support (modulated_deform_conv_forward at basicsr/models/ops/dcn/src/deform_conv_ext.cpp:120)

enviroment ubuntu 18.04 LTS python 3.7.9(anaconda) pytorch 1.3.1 cuda 10.0 gcc 7.5.0 gpu Geforce RTX 2070 super

Is there a solution?

JiaWang0704 commented 3 years ago

hello,did you solve the question? i meet the same question with you.