深度學習中的問題彙總(持續更新...)

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

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章