Python:Tensorflow Your CPU supports ... not compiled to use AVX2 FMA

 

在需要使用tensorflow的py文件前面加上

 

import os
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'

 

posted @ 2019-07-08 14:58  peterwong666  阅读(243)  评论(0编辑  收藏  举报