Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmonitors.py602 early_stopping_metric="loss", argument
652 self.early_stopping_metric = early_stopping_metric
761 if self.early_stopping_metric not in validation_outputs:
763 (self.early_stopping_metric,
765 current_value = validation_outputs[self.early_stopping_metric]
776 self._best_value_step, self.early_stopping_metric,