Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 (python3.6)

輸入如下代碼,會出現紅色提示:python import tensorflow as tf a=tf.constant([[1.0,2.0]]) b=tf.constant([[3.0],[4.0]]) result=tf.matmul(a,b) print(result) with tf.Session() as sess: print (sess.run(result)) 解決方
相關文章
相關標籤/搜索