/external/tensorflow/tensorflow/python/training/ |
saver.py | 418 max_to_keep=5, 435 max_to_keep: Maximum number of checkpoints to keep. As new checkpoints 439 example in case of restarts more than max_to_keep checkpoints may be 462 max_to_keep=max_to_keep, 472 max_to_keep=5, 487 if max_to_keep is None: 488 max_to_keep = 0 532 max_to_keep=max_to_keep, [all...] |
checkpoint_management.py | 484 checkpoint, directory="/tmp/model", max_to_keep=5) 497 max_to_keep, keep_checkpoint_every_n_hours=None): 508 been added. At that point, `max_to_keep` checkpoints will remain in an 513 `keep_checkpoint_every_n_hours`). The `max_to_keep` checkpoints in the 516 `max_to_keep` and `keep_checkpoint_every_n_hours` settings). 525 max_to_keep: An integer, the number of checkpoints to keep. Unless 527 deleted from the active set, oldest first, until only `max_to_keep` 529 stays in the active set. Note that `max_to_keep=None` will keep all 538 ValueError: If `max_to_keep` is not a positive integer. 542 if max_to_keep is not None and max_to_keep <= 0 [all...] |
checkpoint_management_test.py | 331 checkpoint, self.get_temp_dir(), max_to_keep=3) 350 checkpoint, directory, max_to_keep=None) 362 checkpoint, directory, max_to_keep=None) 368 checkpoint, directory, max_to_keep=3) 391 checkpoint, directory, max_to_keep=2) 410 max_to_keep=2, keep_checkpoint_every_n_hours=1.5) 442 max_to_keep=2, keep_checkpoint_every_n_hours=1.5) 468 checkpoint, directory, max_to_keep=2) 492 checkpoint, directory, max_to_keep=1, keep_checkpoint_every_n_hours=1.) 509 checkpoint, directory, max_to_keep=1 [all...] |
saver_test.py | [all...] |
/external/tensorflow/tensorflow/python/training/tracking/ |
util_xla_test.py | 68 root, checkpoint_directory, max_to_keep=2)
|
util_with_v1_optimizers_test.py | 401 root, checkpoint_directory, max_to_keep=1) [all...] |
util_test.py | 550 root, checkpoint_directory, max_to_keep=1) [all...] |
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
graph_actions.py | 96 max_to_keep=keep_checkpoint_max) 185 all checkpoint files are kept. This is simply passed as the max_to_keep
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
estimator.py | [all...] |