目前个人用过最快速的tensorflow源

python2.7 -m pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl

然而当用keras后会出现这样的问题

ImportError: No module named tensor_array_ops

因为tensorflow的版本太老l.

然后 下载了 tensorflow-0.12.1-cp27-cp27mu-manylinux1_x86_64

再次引入keras ok~
posted @ 2017-02-28 23:50  陈博凯  阅读(913)  评论(0)    收藏  举报