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'

  

posted @ 2018-11-02 14:16  苍洱  阅读(935)  评论(0)    收藏  举报