clovaai / cutblur

Rethinking Data Augmentation for Image Super-resolution (CVPR 2020)
MIT License
382 stars 62 forks source link

Training Problem #17

Closed hank19960918 closed 3 years ago

hank19960918 commented 3 years ago

Thanks for your sharing, I met a problem when I ran the training code. My comment is like the following python main.py --model EDSR --augs cutblur --dataset DIV2K_SR --div2k_range 1-800/801-810 --scale 2 --dataset_root ./dataset/DIV2K. 184928958_324842792337548_442282389984753279_n Thanks again

nmhkahn commented 3 years ago

This error happens when the alpha arg is equal to 1.0 of cutblur. Though this is definitely the implementation bug, we found that alpha as 0.7 shows the best performance so haven't fixed this.

hank19960918 commented 3 years ago

Thanks for your immediate reply. I can run the code after changing the alpha value.