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

  /external/tensorflow/tensorflow/contrib/learn/python/learn/
graph_actions.py 90 def _make_saver(graph, keep_checkpoint_max=5):
96 max_to_keep=keep_checkpoint_max)
141 keep_checkpoint_max=5,
183 keep_checkpoint_max: The maximum number of recent checkpoint files to
226 keep_checkpoint_max,
250 keep_checkpoint_max,
308 saver=_make_saver(graph, keep_checkpoint_max),
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
run_config.py 49 'keep_checkpoint_max',
240 keep_checkpoint_max=5,
255 `keep_checkpoint_max` might need to be adjusted accordingly, especially in
257 without adjusting `keep_checkpoint_max` (defaults to 5) leads to situation
276 keep_checkpoint_max: The maximum number of recent checkpoint files to
331 self._keep_checkpoint_max = keep_checkpoint_max
399 def keep_checkpoint_max(self): member in class:RunConfig
run_config_test.py 300 keep_checkpoint_max=16,
308 self.assertEqual(16, config.keep_checkpoint_max)
317 keep_checkpoint_max=26,
estimator.py     [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
main_estimator.py 147 keep_checkpoint_max=100,

Completed in 207 milliseconds