tensorflow-cpu安装

Posted skyrim-zero

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow-cpu安装相关的知识,希望对你有一定的参考价值。

使用”native” pip安装

1)下载安装Python 3.5.x 64-bit,要注意版本3.5.x。

2)打开windows的命令行窗口,安装CPU版本输入

pip3 install --upgrade tensorflow

安装GPU版本输入

pip3 install --upgrade tensorflow-gpu

注意事项:pip需要升级到18.01版本,命令如下:python -m pip install --upgrade pip

64位系统下如果安装了32位python,需要换为64位版本



以上是关于tensorflow-cpu安装的主要内容,如果未能解决你的问题,请参考以下文章

[tensorflow] tensorflow-cpu/gpu 安装过程

TensorFlow-cpu优化及numpy优化

windows下用pip安装tensorflow-cpu(不需要Anaconda,virtualenv创建虚拟环境)

Windows下Pycharm安装Tensorflow:ERROR: Could not find a version that satisfies the requirement tensorflo

tensorflow -----AttributeError: module ‘tensorflo

TensorBoard使用