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.
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
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
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?