TensorFlow中Session的使用

TensorFlow中Session的使用 TensorFlow中只有讓Graph(計算圖)上的節點在Session(會話)中執行,纔會獲得結果。Session的開啓涉及真實的運算,所以比較消耗資源。在使用結束後,務必關閉Session。python import tensorflow as tf a = tf.constant(1, dtype=tf.int8) b = tf.constant(
相關文章
相關標籤/搜索