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.49k stars 318 forks source link

An error occurred while running the test code #32

Closed wxy1234567 closed 5 years ago

wxy1234567 commented 5 years ago

An error occurred while running the test code: 19-06-12 21:59:26.515 - INFO: Data: Vid4 - ../datasets/Vid4/BIx4/* 19-06-12 21:59:26.515 - INFO: Padding mode: new_info 19-06-12 21:59:26.515 - INFO: Model path: ../experiments/pretrained_models/EDVR_Vimeo90K_SR_L.pth 19-06-12 21:59:26.515 - INFO: Save images: True 19-06-12 21:59:26.515 - INFO: Flip Test: False error in modulated_deformable_im2col_cuda: CUDA driver version is insufficient for CUDA runtime version Traceback (most recent call last): ...... File "/home/wxy//EDVR/codes/models/modules/DCNv2/dcn_v2.py", line 135, in forward if offset_mean > 100: RuntimeError: CUDA error: an illegal memory access was encountered

The error prompted me that my CUDA did not match the driver version, but it turned out that my CUDA was working properly. My pytorch version is 1.0.1,CUDA version is 9.0,And Make.sh has run successfully.Look forward to your reply!

xinntao commented 5 years ago

Check whether your CUDA driver is sufficient for your CUDA version. Table 1

wxy1234567 commented 5 years ago

Thank you for your reply. It's settled, but CUDA is available in other projects.