Module caffe2.python.checkpoint. More...
Classes | |
| class | CheckpointManager |
| class | Job |
| class | JobRunner |
| class | MultiNodeCheckpointManager |
Functions | |
| def | epoch_limiter (num_epochs) |
Variables | |
| logger = logging.getLogger(__name__) | |
Module caffe2.python.checkpoint.
| def checkpoint.epoch_limiter | ( | num_epochs | ) |
Creates a task that will output True when a given number of epochs has finished.
Definition at line 383 of file checkpoint.py.
1.8.14