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.48k stars 320 forks source link

there are no warnings 'offset mean larger than 100' when training, but there are warnings when testing #126

Open niujiaopeng opened 4 years ago

niujiaopeng commented 4 years ago

thanks for your great job, when I'm training my deblur task, my input is 320x320, when I'm testing, the resolution is 1280x720 or 1920x1080. And there are no warnings 'offset mean larger than 100' when training, but there are warnings when testing, do you have any suggestion?

iamzxw commented 4 years ago

I also encounter this warnings in the training time and then the training failed, seek help or explanation

iamzxw commented 4 years ago

i just found it in issues91

th-hust commented 4 years ago

i encounter this problem too, there's no warnings when training but but there are warnings when testing. Any suggestion for this? Thank you for your attention!!!