tf.contrib.losses.get_regularization_losses(scope=None)
Gets the regularization losses.
Args:
-
scope
: an optional scope for filtering the losses to return.
Returns:
A list of loss variables.
tf.contrib.losses.get_regularization_losses(scope=None)
Gets the regularization losses.
scope
: an optional scope for filtering the losses to return.A list of loss variables.
Please login to continue.