; readWord success
  
Difference between variable_scope and name_scope in TensorFlow cella 2017 Branchable 0 12355
  

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().