Rate this Page

Class LRScheduler#

Inheritance Relationships#

Derived Type#

Class Documentation#

class LRScheduler#

Subclassed by torch::optim::StepLR

Public Functions

LRScheduler(torch::optim::Optimizer &optimizer)#
virtual ~LRScheduler() = default#
void step()#

Protected Functions

virtual std::vector<double> get_lrs() = 0#
std::vector<double> get_current_lrs() const#

Protected Attributes

unsigned step_count_ = {}#