inferno-pytorch / inferno

A utility library around PyTorch
Other
244 stars 41 forks source link

Remove deprecated imsave #177

Closed constantinpape closed 5 years ago

constantinpape commented 5 years ago

scipy.misc.imsave is deprecated and not part of recent scipy versions any more. We still use it here

We should use skimage.io.imsave or imageio.imwrite instead.

cc @FynnBe