Skip to content

soom1017/SRGAN-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRGAN-pytorch

SRGAN(CVPR 2017) pytorch implementation

Implementation of CVPR2017 Paper: "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network" in PyTorch

Performance

  • Trained my SRGAN model on DIV2K images
  • Train process is divided into two steps, referred to original implementation
    • trainforinit: initialize learning (G) w/ 10 epochs
    • train: adversarial learning (G, D) w/ 40 epochs

Sample outputs

  • Tested with Set5(x4 LR bicubic) images
  • You can get sample output images in examples/

About

SRGAN(CVPR 2017) pytorch implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages