reopen_variable_scope

tfsnippet.utils.reopen_variable_scope(*args, **kwds)

Reopen the specified var_scope and its original name scope.

Parameters:
  • var_scope (tf.VariableScope) – The variable scope instance.
  • **kwargs – Named arguments for opening the variable scope.