tf.losses.get_total_loss(add_regularization_losses=True, name='total_loss')
Returns a tensor whose value represents the total loss.
Notice that the function adds the given losses to the regularization losses.
add_regularization_losses
: A boolean indicating whether or not to use the regularization losses in the sum.name
: The name of the returned tensor.A Tensor
whose value represents the total loss.
ValueError
: if losses
is not iterable.Defined in tensorflow/python/ops/losses/util.py
.
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/losses/get_total_loss