Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
test_optim.LegacyMultiStepLR Class Reference
Inheritance diagram for test_optim.LegacyMultiStepLR:
torch.optim.lr_scheduler.MultiStepLR torch.optim.lr_scheduler._LRScheduler

Public Member Functions

def __init__ (self, optimizer, milestones, gamma=0.1, last_epoch=-1)
 
def get_lr (self)
 
- Public Member Functions inherited from torch.optim.lr_scheduler.MultiStepLR
def __init__ (self, optimizer, milestones, gamma=0.1, last_epoch=-1)
 
def get_lr (self)
 
- Public Member Functions inherited from torch.optim.lr_scheduler._LRScheduler
def __init__ (self, optimizer, last_epoch=-1)
 
def state_dict (self)
 
def load_state_dict (self, state_dict)
 
def get_lr (self)
 
def step (self, epoch=None)
 

Public Attributes

 milestones
 
 gamma
 
- Public Attributes inherited from torch.optim.lr_scheduler.MultiStepLR
 milestones
 
 gamma
 
- Public Attributes inherited from torch.optim.lr_scheduler._LRScheduler
 optimizer
 
 base_lrs
 
 last_epoch
 

Detailed Description

Definition at line 486 of file test_optim.py.


The documentation for this class was generated from the following file: