TensorFlow : Mac Python3 TensorFlow binary was not compiled to use: AVX2 FMA
python环境之前有,python版本 Python 3.6.4import tensorflow as tf
a = tf.add(3,5)
print(a)
sess = tf.Session()
r = sess.run(a)
print(r)2018-05-08 22:14:06.687962: I tensorflow/core/platform/cpu_feature_guard.c...
原创
2018-05-08 22:49:01 ·
372 阅读 ·
0 评论