Caffe2 - Python API
A deep learning, cross platform ML framework
Classes | Functions | Variables
checkpoint Namespace Reference

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__)
 

Detailed Description

Module caffe2.python.checkpoint.

Function Documentation

◆ epoch_limiter()

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.