We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973b43c commit 5a536cfCopy full SHA for 5a536cf
pytorch_lightning/plugins/training_type/deepspeed.py
@@ -136,7 +136,7 @@ def __init__(
136
0.0 results in dynamic loss scaling, otherwise static (Default: 0)
137
138
initial_scale_power: Power of the initial dynamic loss scale value. Loss scale is computed
139
- by 2^initial_scale_power (Default 32)
+ by ``2^initial_scale_power`` (Default: 32)
140
141
loss_scale_window: Window in which to raise/lower the dynamic FP16 loss scaling value (Default: 1000)
142
0 commit comments