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

ps:这跳出的是一个cpu警告,但我用的是gpu啊!!即使我安装合适版本的(编译过的)tensorflow来满足我cpu的AVX2扩展,也还是没对我的运行速度有太大提高(猜测),所以如果你是使用gpu对tensorflow进行加速的,这个cpu警告可完全忽略!!

参考文章1:成功解决Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2

参考文章2:彻底解决“Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA”警告

参考文章3:tensorflow安装CPU指令集(AVX2)警告解决方案

你可能感兴趣的:(深度学习,deep_learning)