MachineLearning icon indicating copy to clipboard operation
MachineLearning copied to clipboard

ImportError: No module named keras.preprocessing.image

Open XWCHAO opened this issue 7 years ago • 3 comments

default 不知道这个为什么会显示不存在,这个不是自己定义好的么?

XWCHAO avatar Sep 05 '16 08:09 XWCHAO

https://keras.io/preprocessing/image/ , 一直是有的,先检查一下keras有没有正确安装。

wepe avatar Sep 05 '16 14:09 wepe

@wepe 是的,确实没有成功安装。 我按照http://www.jianshu.com/p/b8a703df5318里面的过程配置的,前面的安装都没出现什么问题, default,但是我想检测theano是否安装成功,在anaconda命令行下输入import theano时候,就出现问题, 1,这到底是是怎么回事呢?

XWCHAO avatar Sep 06 '16 03:09 XWCHAO

@wepe 而且我输入pip install theano时候,也显示都安装好了,但为什么就是不对呢? 2

XWCHAO avatar Sep 06 '16 03:09 XWCHAO