tf.contrib.layers.sum_regularizer()

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.

doc_TensorFlow
2016-10-14 13:05:25
Comments
Leave a Comment

Please login to continue.