buriburisuri / SRGAN

A tensorflow implemenation of Christian et al's SRGAN(super-resolution generative adversarial network)
MIT License
285 stars 80 forks source link

Real image instead of nearest neighbor interpolation #4

Open islamtashfiq opened 7 years ago

islamtashfiq commented 7 years ago

Hi,

In your code you used nearest neighbor interpolated image of small image instead of true real image in training. What is the reason for doing that?

Thanks

islamtashfiq commented 7 years ago

Sorry that was a mistake.