View source on GitHub
|
Gets the total regularization loss.
tf.compat.v1.losses.get_regularization_loss(
scope=None, name='total_regularization_loss'
)
scope: An optional scope name for filtering the losses to return.name: The name of the returned tensor.A scalar regularization loss.