You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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())
The text was updated successfully, but these errors were encountered:
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())
The text was updated successfully, but these errors were encountered: