首页 > 其他 > 详细

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

时间:2018-08-25 12:43:58      阅读:672      评论:0      收藏:0      [点我收藏+]

使用tensorflow时,提示

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

去掉这个提示信息方法为修改~/.bashrc文件,最后加上一句

export TF_CPP_MIN_LOG_LEVEL=2

执行

source ~/.bashrc

即可

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

原文:https://www.cnblogs.com/liqinggui/p/9533170.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!