tf.contrib.framework.arg_scoped_arguments(func)
Returns the list kwargs that arg_scope can set for a func.
Args:
-
func
: function which has been decorated with @add_arg_scope.
Returns:
a list of kwargs names.
tf.contrib.framework.arg_scoped_arguments(func)
Returns the list kwargs that arg_scope can set for a func.
func
: function which has been decorated with @add_arg_scope.a list of kwargs names.
Please login to continue.