We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeabf2 commit dae03f2Copy full SHA for dae03f2
tests/test_loss_scaling.py
@@ -45,7 +45,7 @@ def test_scale_unscale(self):
45
def test_adjust_finite_grads(self):
46
"""Test loss scaling adjustment with finite gradients"""
47
# Test multiple periods to ensure scaling increases
48
- scaling = self.loss_scalin
+ scaling = self.loss_scaling
49
for _ in range(2000): # One full period
50
scaling = scaling.adjust(jnp.array(True))
51
0 commit comments