XPixelGroup / BasicSR

Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
https://basicsr.readthedocs.io/en/latest/
Apache License 2.0
6.86k stars 1.19k forks source link

How can I determine when to stop training because PI score can't be calculated by pytorch? #197

Open ryanqiutu opened 5 years ago

ryanqiutu commented 5 years ago

hello, thanks for your remarkable work, but a question. I just want to know when should I stop training because PI score can't be calculated by Pytorch?

xinntao commented 5 years ago

We just run the entire training and test the PI for each saved checkpoints. Usually, the lowest PI is not achieved in the last checkpoint.