Use of deprecated function caused error
Closed this issue · 1 comments
lamozg6 commented
scipy.misc.imsave has been deprecated in newer Scipy versions and on Ubuntu 18.04 (Scyipy version 1.3.3) it gives attribute error. You can change it by any other saving function, I used imageio.imwrite function with the same parameters (from imageio library).
csmliu commented
Thank you very much for appointing this out, I'll check whether the saved images by scipy and imageio are identical.
By the way, installing scipy v1.1 would solve this problem.