id: 12355    nodeId: 12355    type: General    point: 174.0    linkPoint: .0    maker: cella    permission: linkable    made at: 2017.08.15 13:07    edited at: 2017.09.07 05:34
Difference between variable_scope and name_scope in TensorFlow
https://stackoverflow.com/questions/34215746/difference-between-variable-scope-and-name-scope-in-tensorflow
In short, variables obtained by tf.get_variable() ignores name scope.
Their names only consider variable_scope().

Return to Difference between variable_scope and name_scope in TensorFlow