tensorflow運行提示未編譯使用SSE4.1,SSE4.2等問題的解決方法

問題描述 每次運行TensorFlow 程序時,老是會提示未編譯使用SSE4.1,SSE4.2等warnings 警告。web import tensorflow as tf a = tf.constant(32) b = tf.constant(2) x = tf.add(a,b) with tf.Session() as sess: print(sess.run(x)) 運行結果:w
相關文章
相關標籤/搜索