在ubuntu运行tensorflow的项目时出现一下错误:
2018-03-07 21:35:39.153574: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
Killed
https://github.com/lakshayg/tensorflow-build
查看tensorflow的版本号
python
import tensorflow as tf
tf.__version__
网友评论