tensorflow | Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX

报错: 

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

解决:

1.重新安装python3.7.2

2.打开 https://github.com/fo40225/tensorflow-windows-wheel 在里面找到对应的.whl文件 报错提示缺什么就安装什么

tips:

1.tensorflow需要安装 python 64-bit,刚开始我不知道自己安装是32位的,折腾了一天

2.好多博客写的忽视报错的代码 os.environ[“TF_CPP_MIN_LOG_LEVEL”]=‘2’ 并不能彻底解决问题 最好还是安装符合自己版本的 .whl 文件

参考:

https://blog.csdn.net/wlwlomo/article/details/82806118

https://stackoverflow.com/questions/41293077/how-to-compile-tensorflow-with-sse4-2-and-avx-instructions?rq=1

发布了9 篇原创文章 · 获赞 2 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/Tcanhe/article/details/88718673