Home
last modified time | relevance | path

Searched refs:eval_loss (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dhead.py783 def _metrics(self, eval_loss, predictions, labels, weights): argument
786 with ops.name_scope("metrics", values=[eval_loss]):
789 metrics_lib.mean(eval_loss)}
918 def _metrics(self, eval_loss, predictions, labels, weights): argument
921 [eval_loss, labels, weights] + list(six.itervalues(predictions)))):
926 metrics_lib.mean(eval_loss)}
1142 def _metrics(self, eval_loss, predictions, labels, weights): argument
1146 values=((eval_loss, self._labels(labels), self._label_ids(labels),
1153 metrics_lib.mean(eval_loss)}
1305 def _metrics(self, eval_loss, predictions, labels, weights): argument
[all …]
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/
Drnn_ptb.py331 eval_loss = evaluate(model, eval_data)
332 if not best_loss or eval_loss < best_loss:
335 best_loss = eval_loss
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Dcustom_loss_head.py71 def _metrics(self, eval_loss, predictions, labels, weights): argument
/external/tensorflow/tensorflow/contrib/distribute/python/
Destimator_training_test.py230 eval_loss, eval_global_step = self._extract_loss_and_global_step(
232 self.assertIsNotNone(eval_loss)