+
95
-

tensorflow出错Your CPU supports instructions that this TensorFlow binary was not compiled to use: AV

今天执行python的tensorflow代码时弹出提示

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

请问怎么解决?

网友回复

+
15
-

Advanced Vector Extensions (AVX, also known as Sandy Bridge New Extensions) 先进的矢量扩展(AVX,也称为桑迪桥新的扩展)是从英特尔和英特尔在2008年3月提出的微处理器的X86指令集架构的扩展,第一次由英特尔支持,在第2011季度和以后的SoeBoE桥处理器装运。AMD与推土机处理器航运在Q3 2011。AVX提供了新的特性、新的指令和新的编码方案。AVX2将大多数整数命令扩展为256位,并介绍了融合乘法累加(FMA)操...

点击查看剩余70%

我知道答案,我要回答