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.
When running python3 tests/test_stylegan2.py I get the following error message --
ImportError: /mnt/i/Projects/Multi-frame_Deblur/EDVR-master/basicsr/models/ops/fused_act/fused_act_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _Z17fused_bias_act_opRKN2at6TensorES2_S2_iiff
How can I overcome this problem?
I use Ubuntu 18.04 under wsl 2 in Windows 10.
Python 3.7.5
CUDA 11.0
When running python3 tests/test_stylegan2.py I get the following error message -- ImportError: /mnt/i/Projects/Multi-frame_Deblur/EDVR-master/basicsr/models/ops/fused_act/fused_act_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _Z17fused_bias_act_opRKN2at6TensorES2_S2_iiff
How can I overcome this problem? I use Ubuntu 18.04 under wsl 2 in Windows 10. Python 3.7.5 CUDA 11.0