Import Error: 'scipy.misc import imsave' on Google Colaboratory
From documentation here, imsave is deprecated. You can use imageio.imwrite
instead.
In case you really need it, you can install an older scipy version.
!pip install -U scipy==1.2.0
From documentation here, imsave is deprecated. You can use imageio.imwrite
instead.
In case you really need it, you can install an older scipy version.
!pip install -U scipy==1.2.0