tf.contrib.losses.get_total_loss
Returns a tensor whose value represents the total loss. (deprecated)
tf.contrib.losses.get_total_loss(
add_regularization_losses=True, name='total_loss'
)
Notice that the function adds the given losses to the regularization losses.
Args |
add_regularization_losses
|
A boolean indicating whether or not to use the
regularization losses in the sum.
|
name
|
The name of the returned tensor.
|
Returns |
A Tensor whose value represents the total loss.
|
Raises |
ValueError
|
if losses is not iterable.
|
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."],[],[]]