tensorflow提示:此版本TensorFlow不支持AVX2但是你的cpu支持
Posted luffysman
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow提示:此版本TensorFlow不支持AVX2但是你的cpu支持相关的知识,希望对你有一定的参考价值。
问题描述:在使用keras或者TensorFlow训练模型的时候,会提示“xxxxAVX2”,意思你的cpu支持AVX2(高级矢量扩展指令集),但是是这个版本的TensorFlow太low了,没有用到。
解决办法:貌似要不就自己编译TensorFlow,要不去下载一个编译好的支持AVX2的TensorFlow安装文件。
去这里瞧一瞧readme就明白了,什么都有~~:https://github.com/fo40225/tensorflow-windows-wheel
参考博客:https://blog.csdn.net/Fourierrr_/article/details/79749899
以上是关于tensorflow提示:此版本TensorFlow不支持AVX2但是你的cpu支持的主要内容,如果未能解决你的问题,请参考以下文章
Windows下Pycharm安装Tensorflow:ERROR: Could not find a version that satisfies the requirement tensorflo