Function mindspore::StepLRLambda
- Defined in File lr_scheduler.h 
Function Documentation
- 
int mindspore::StepLRLambda(float *lr, int epoch, void *step_size)
- Multiply the LR by a factor of gamma every step_size. 
Defined in File lr_scheduler.h
Multiply the LR by a factor of gamma every step_size.