aitorzip / PyTorch-SRGAN

A modern PyTorch implementation of SRGAN
https://arxiv.org/abs/1609.04802
GNU General Public License v3.0
361 stars 92 forks source link

A mistake and a question #2

Closed Tuan-cat closed 6 years ago

Tuan-cat commented 7 years ago

A good project. But, there is a mistake in the last line of 'train', which made me confused. (G --> D) So, how well does it work?

aitorzip commented 7 years ago

Hi @wangc16

Thanks for pointing out the mistake, I've already fixed it :)

I haven't had time to properly sit and fine-tune the hyperparameters. It is being difficult to balance the generator and the discriminator, but this is a common issue with GANs. I don't get super resolution yet, I just recover the original resolution for now.