akanimax / BMSG-GAN

[MSG-GAN] Any body can GAN! Highly stable and robust architecture. Requires little to no hyperparameter tuning. Pytorch Implementation
MIT License
629 stars 105 forks source link

deprecated function call in generate_samples #16

Open powerspowers opened 5 years ago

powerspowers commented 5 years ago

I am a bit lame with GitHub pull requests so here is a note that a call is deprecated:

generate_samples.py:126: DeprecationWarning: imsave is deprecated! imsave is deprecated in SciPy 1.0.0, and will be removed in 1.2.0. Use imageio.imwrite instead. ss_image.squeeze(0).permute(1, 2, 0).cpu())

akanimax commented 5 years ago

@powerspowers,

Sure, it's always better to remove the deprecated packages. I'll update the call soon. Thanks! :smile:

Cheers :beers:! @akanimax