[TensorFlow]TensorFlow安装方法

Posted hcbin

tags:

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

下载*.whl文件方法安装:

方法:http://www.python36.com/install-tensorflow-using-official-pip-pacakage/

 

在线安装:

方法:https://blog.csdn.net/y1250056491/article/details/78670710

 

Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA

测试时出现上面警告时,想解决需要重新编译TensorFlow源码,也可用下面代码隐藏:

import os
os.environ[‘TF_CPP_MIN_LOG_LEVEL‘] = ‘2‘

参考:https://bbs.csdn.net/topics/392284025

 

以上是关于[TensorFlow]TensorFlow安装方法的主要内容,如果未能解决你的问题,请参考以下文章

Tensorflow 均方误差损失函数

tensorflow的线性回归得到明显的均方误差

Tensorflow的安装教程

MAC安装tensorflow

tensorflow环境下安装Python包

tensorflow的安装问题 求解