Searched defs:get_lr (Results 1 – 11 of 11) sorted by relevance
176 def get_lr(self) -> List[float]: member in LRScheduler380 def get_lr(self): member in LambdaLR476 def get_lr(self): member in MultiplicativeLR534 def get_lr(self): member in StepLR593 def get_lr(self): member in MultiStepLR665 def get_lr(self): member in ConstantLR750 def get_lr(self): member in LinearLR811 def get_lr(self): member in ExponentialLR1004 def get_lr(self): member in PolynomialLR1085 def get_lr(self): member in CosineAnnealingLR[all …]
442 def get_lr(self): member in SWALR
42 double SGDOptions::get_lr() const { in get_lr() function in torch::optim::SGDOptions
41 double RMSpropOptions::get_lr() const { in get_lr() function in torch::optim::RMSpropOptions
41 double AdagradOptions::get_lr() const { in get_lr() function in torch::optim::AdagradOptions
43 double AdamWOptions::get_lr() const { in get_lr() function in torch::optim::AdamWOptions
63 double OptimizerOptions::get_lr() const { in get_lr() function in torch::optim::OptimizerOptions
44 double AdamOptions::get_lr() const { in get_lr() function in torch::optim::AdamOptions
50 double LBFGSOptions::get_lr() const { in get_lr() function in torch::optim::LBFGSOptions
101 fn get_lr(&self, l: Language, r: Region) -> Option<Script> { in get_lr() method
103 def get_lr(self, step): member in TestLRScheduler.test_error_when_getlr_has_epoch.MultiStepLR