码迷,mamicode.com
首页 > 其他好文 > 详细

[TensorFlow]TensorFlow安装方法

时间:2018-06-17 16:03:19      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:get   csdn   port   net   .com   hat   https   www   detail   

下载*.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安装方法

标签:get   csdn   port   net   .com   hat   https   www   detail   

原文地址:https://www.cnblogs.com/hcbin/p/9192955.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!