Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
Posted liqinggui
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA相关的知识,希望对你有一定的参考价值。
使用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的主要内容,如果未能解决你的问题,请参考以下文章