Python API
scale_lr()
Scales the learning rate based on the world size.
base_lr (float) – The base learning rate.
world_size (int, optional) – The number of processes. Default is the global world size.
The scaled learning rate.
float
See also
dmlcloud.()