HomeSort by relevance Sort by last modified time
    Searched refs:latest_path (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/contrib/learn/python/learn/
experiment.py 94 latest_path = saver.latest_checkpoint(self._model_dir)
96 if not latest_path:
99 elif latest_path == self._latest_path:
101 latest_path)
103 self._latest_path = latest_path
105 name="intermediate_export", checkpoint_path=latest_path)
107 self._eval_result, checkpoint_path=latest_path)
513 latest_path = saver.latest_checkpoint(self._estimator.model_dir)
514 if not latest_path:
517 elif evaluate_checkpoint_only_once and latest_path == previous_path
    [all...]
monitors.py 694 latest_path = saver_lib.latest_checkpoint(self._estimator.model_dir)
695 if latest_path is None:
699 if latest_path is not None and latest_path == self._latest_path:
701 "as for step %d.", latest_path, step,
704 self._latest_path = latest_path
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
estimator.py 234 latest_path = saver_lib.latest_checkpoint(estimator.model_dir)
235 if not latest_path:
  /external/tensorflow/tensorflow/python/estimator/
estimator.py     [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py     [all...]

Completed in 93 milliseconds