cszn / BSRGAN

Designing a Practical Degradation Model for Deep Blind Image Super-Resolution (ICCV, 2021) (PyTorch) - We released the training code!
Apache License 2.0
1.19k stars 179 forks source link

Trained BSRGAN and got blank images #43

Closed thanhhuyha closed 1 year ago

thanhhuyha commented 1 year ago

I followed the instructions in https://github.com/cszn/BSRGAN#training and trained DIV2K dataset. However after a day of training all test images were just uniform patches

Output:

image

Anyone successfully trained BSRGAN using the code in this repo? Thanks