8
Votre CPU prend en charge les instructions que ce binaire TensorFlow n'a pas été compilé pour utiliser: AVX AVX2
Je suis nouveau sur TensorFlow. Je l'ai récemment installé (version CPU Windows) et j'ai reçu le message suivant: Tensorflow-1.4.0 Tensorflow-Tensorboard-0.4.0rc2 installé avec succès Puis quand j'ai essayé de courir 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