W3cubDocs

/TensorFlow Python

tf.contrib.losses.get_total_loss(args, *kwargs)

tf.contrib.losses.get_total_loss(*args, **kwargs)

See the guide: Losses (contrib) > Loss operations for use in neural networks.

Returns a tensor whose value represents the total loss. (deprecated)

THIS FUNCTION IS DEPRECATED. It will be removed after 2016-12-30. Instructions for updating: Use tf.losses.get_total_loss instead.

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.

Defined in tensorflow/python/util/deprecation.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/contrib/losses/get_total_loss