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

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

import os
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
原文地址:https://www.cnblogs.com/peterwong666/p/11151217.html