Closed WasabiThumb closed 5 years ago
DCGAN attempts to use method scipy.misc.imresize, I had to uninstall scipy and install scipy==1.2.2
In this version, the method still works but is deprecated. Scipy docs suggest using Pillow instead.
This PR replaces the resize function to Pillow's Image.resize
Thanks!
DCGAN attempts to use method scipy.misc.imresize, I had to uninstall scipy and install scipy==1.2.2
In this version, the method still works but is deprecated. Scipy docs suggest using Pillow instead.
This PR replaces the resize function to Pillow's Image.resize