码迷,mamicode.com
首页 > Windows程序 > 详细

Win10下TensorFlow安装错误解决:Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2

时间:2018-08-02 20:51:43      阅读:486      评论:0      收藏:0      [点我收藏+]

标签:亲测   info   alt   esx   tps   https   title   http   col   

出现“Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2”错误,是因为为了最大限度的适应各种CPU,pip默认安装的tensorflow版本没有对AVX指令集进行支持,

有两种方法进行解决:

1.禁用Warnning的显示

import os
os.environ[TF_CPP_MIN_LOG_LEVEL] = 2

2.第2种上官网找正确的安装版本,这里提供一个网上找到的版本,亲测有效!

链接:https://pan.baidu.com/s/1EvO_s1m10g8lW5TwiCESXw 密码:o6nq

以下在Pycharm进行的测试,可以发现并不报错了:

技术分享图片

 

Win10下TensorFlow安装错误解决:Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2

标签:亲测   info   alt   esx   tps   https   title   http   col   

原文地址:https://www.cnblogs.com/pompeii2008/p/9409332.html

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