keras-vis
keras-vis copied to clipboard
scipy 1.5.2 ImportError: cannot import name 'imresize'
ImportError Traceback (most recent call last)
ImportError: cannot import name 'imresize'
Please let me know how to fix this issue, I have scipy 1.5.2
See https://github.com/raghakot/keras-vis/issues/221
That's because imresize has been removed from scipy since v1.3.0rc1,see #209
how to overcome this?