tensorlayer / SRGAN

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
https://github.com/tensorlayer/tensorlayerx
3.29k stars 810 forks source link

change `scipy.misc.imresize()` to `PIL.Image.resize()` #179

Open guplersaxanoid opened 5 years ago

guplersaxanoid commented 5 years ago

scipy.misc.imresize() was depreciated in SciPy 1.0.0, and was removed in 1.3.0.