7
CPU ของคุณรองรับคำแนะนำที่ TensorFlow ไบนารีนี้ไม่ได้รวบรวมเพื่อใช้: AVX AVX2
ฉันยังใหม่กับ TensorFlow ฉันเพิ่งติดตั้งมัน (เวอร์ชั่น Windows CPU) และได้รับข้อความต่อไปนี้: ติดตั้ง tensorflow-1.4.0 tensorflow-tensorboard-0.4.0rc2 สำเร็จแล้ว จากนั้นเมื่อฉันพยายามวิ่ง 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() (ซึ่งฉันพบผ่านhttps://github.com/tensorflow/tensorflow ) ฉันได้รับข้อความต่อไปนี้: 2017-11-02 01: 56: 21.698935: IC: \ tf_jenkins \ home \ …
656
tensorflow
cpu
avx