MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / loss_name

Method loss_name

tensorflow/python/keras/engine/training.py:3113–3116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3111 self.training_target is not None and self.training_target.feedable)
3112
3113 def loss_name(self):
3114 if self._loss_fn is not None:
3115 return self._output_name + '_loss'
3116 return None
3117
3118 @property
3119 def feed_output_shape(self):

Callers 3

metrics_namesMethod · 0.80
_prepare_total_lossMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected