共享變量的使用——tf.get_variable()

共享變量的使用——tf.get_variable() with tf.variable_scope("test1", reuse=True): var = tf.get_variable("firstvar", shape=[2], dtype=tf.float32) tf.get_variable在建立變量時,會先檢查圖中是否已經建立過該名字的變量:python 若沒有建立過且reuse
相關文章
相關標籤/搜索