标签: tensorflow
我想知道变量在哪些情况下被重用而不是重新实例化,或者在使用高级函数时导致错误。我是否需要tf.get_variable上下文中的tf.variable_scope(.., reuse=True)才能启用共享,或者即使使用tf.Variable创建变量也始终共享?
tf.get_variable
tf.variable_scope(.., reuse=True)
tf.Variable