tf.contrib.layers.sum_regularizer
Returns a function that applies the sum of multiple regularizers.
tf.contrib.layers.sum_regularizer(
regularizer_list, scope=None
)
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]