Win10下TensorFlow安装错误解决:Your CPU supports instructions that this TensorFlow binary was not compiled t...

出现“Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2”错误,是因为为了最大限度的适应各种CPU,pip默认安装的tensorflow版本没有对AVX指令集进行支持, 有两种方法进行解决: 1.禁用Warnning的显示 import os os.environ[
相关文章
相关标签/搜索