在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__
