tf.contrib.losses.get_losses

tf.contrib.losses.get_losses(
    scope=None,
    loss_collection=tf.GraphKeys.LOSSES
)

Defined in tensorflow/contrib/losses/python/losses/loss_ops.py.

Gets the list of losses from the loss_collection. (deprecated)

Args:

  • scope: an optional scope for filtering the losses to return.
  • loss_collection: Optional losses collection.

Returns:

a list of loss tensors.