目前个人用过最快速的tensorflow源
Posted 陈博凯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了目前个人用过最快速的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~
以上是关于目前个人用过最快速的tensorflow源的主要内容,如果未能解决你的问题,请参考以下文章