Loading

摘要: 1.错误 ImportError: cannot import name 'imsave' from 'scipy.misc' 原因: 这是因为SciPy在1.3.0版本之后就弃用了imsave函数 2.解决方案 替代方案: 使用imageio库作为替代方案 安装 pip install image 阅读全文
posted @ 2020-09-19 17:51 luwanglin 阅读(5858) 评论(0) 推荐(1)