I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 问题

临时解决版本

进入python后只需下面命令

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