8
La tua CPU supporta le istruzioni che questo binario TensorFlow non è stato compilato per l'uso: AVX AVX2
Sono nuovo di TensorFlow. L'ho installato di recente (versione CPU di Windows) e ho ricevuto il seguente messaggio: Tensorflow-1.4.0 tensorflow-tensorboard-0.4.0rc2 installato correttamente Poi quando ho provato a correre import tensorflow as tf hello = tf.constant('Hello, TensorFlow!') sess = tf.Session() sess.run(hello) 'Hello, TensorFlow!' a = tf.constant(10) b = tf.constant(32) sess.run(a + …
656
tensorflow
cpu
avx