Real-ESRGAN
Real-ESRGAN copied to clipboard
Question about training ESRnet
Thanks for your work. For training ESRnet, why we need a pretrain model (experiments/pretrained_models/RealESRNet_x4plus.pth)? How can we train the ESRnet from stretch? Thanks.
We can train from scratch.
We train from a pre-trained model for better performance and faster convergence.
you might get the model from this link https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.1/RealESRNet_x4plus.pth
@xinntao Is there any pre-trained model of ESRnet which has smaller size ?