7
Twój procesor obsługuje instrukcje, których ten plik binarny TensorFlow nie skompilował do użycia: AVX AVX2
Jestem nowy w TensorFlow. Niedawno go zainstalowałem (wersja procesora Windows) i otrzymałem następujący komunikat: Pomyślnie zainstalowano tensorflow-1.4.0 tensorflow-tensorboard-0.4.0rc2 Potem, kiedy próbowałem uciec 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 + b) 42 sess.close() (które znalazłem na …
656
tensorflow
cpu
avx