sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.44k stars 673 forks source link

Continue training from N+1 epoch #327

Open jacfly opened 2 years ago

jacfly commented 2 years ago

Hello! I would like to continue training EDSR model that has N epochs. How can I continue training starting with N+1 epoch? Thank you