tf.contrib.layers.sum_regularizer(regularizer_list, scope=None)
Returns a function that applies the sum of multiple regularizers.
Args:
-
regularizer_list
: A list of regularizers to apply. -
scope
: An optional scope name
Returns:
A function with signature sum_reg(weights)
that applies the sum of all the input regularizers.
Please login to continue.