jerryli27 / TwinGAN

Twin-GAN -- Unpaired Cross-Domain Image Translation with Weight-Sharing GANs
Apache License 2.0
719 stars 98 forks source link

Use imageio instead of scipy.misc which is deprecated #30

Open dniku opened 5 years ago

dniku commented 5 years ago

https://docs.scipy.org/doc/scipy-1.2.1/reference/generated/scipy.misc.imsave.html mentions deprecation. The current version of the docs does not mention imsave at all.