jaanli / variational-autoencoder

Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)
https://jaan.io/what-is-variational-autoencoder-vae-tutorial/
MIT License
1.14k stars 256 forks source link

use imageio.imwrite instead of scipy.misc.imsave #9

Closed BinRoot closed 5 years ago

BinRoot commented 5 years ago

imsave is deprecated in SciPy 1.0.0, and will be removed in 1.2.0.

jaanli commented 5 years ago

Thanks!