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.

Home Page:https://basicsr.readthedocs.io/en/latest/

Repository from Github https://github.comXPixelGroup/BasicSRRepository from Github https://github.comXPixelGroup/BasicSR

How can I use load_resume_state?

zahra-moammeri opened this issue · comments

Hello.
I'm trying to load and resume the state that has been saved. But how can I do that? should I replace None with my address on 'resume_state_path' in the 'load_resume_state' function?
should I call 'load_resume_state' in training file (train.py). If so, how should I use it in this file?

finally found it. just follow #64