深度学习中的问题汇总(持续更新...)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/GreenHandCGL/article/details/83349541

2018.10.24

1.scipy.misc module has no attribute imread

image = misc.imread(filename)
AttributeError: 'module' object has no attribute 'imread'

解决办法:

pip install scipy pillow

猜你喜欢

转载自blog.csdn.net/GreenHandCGL/article/details/83349541