SRGAN-PyTorch icon indicating copy to clipboard operation
SRGAN-PyTorch copied to clipboard

An Unofficial PyTorch Implementation for Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network

Results 3 SRGAN-PyTorch issues
Sort by recently updated
recently updated
newest added

Hello twhui, I would like to train my SRGAN using your code. And the pretrained model you provided have a great performance during testing, so can you tell me the...

Hello twhui, I would like to perform a test phase on the SGRAN. I downloaded the SGRAN pretrained model at your link : https://drive.google.com/file/d/1vAtPLGbdyt--SZQxUl0YKPRQgu6-kR6v/view, and set il all up on...

Hi, I guess there may be some problem with the comment in [this line](https://github.com/twhui/SRGAN-pyTorch/blame/master/models/modules/vgg_feat.py#L36). If the input range is [-1, 1], the mean will be: ```python # [2*0.485-1, 2*0.456-1, 2*0.406-1]...