with tf.Graph().as_default() 如此,你以下所宣告的節點就會在此graph 上。 ... Session(graph=g2) t0 = tf.get_default_graph().get_tensor_by_name('c0:0') t1 ...
確定! 回上一頁