Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blahBlahhhJ authored Nov 20, 2024
1 parent 8bdf099 commit 95c5764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimizer_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_rewarmup_schedule():
assert np.isclose(sched_fn(100), 1e-2) # Warmup reaches max LR

# First decay phase
assert np.isclose(sched_fn(300), 0.6e-2) # Mid of first dcay
assert np.isclose(sched_fn(300), 0.6e-2) # Mid of first decay
assert np.isclose(sched_fn(500), 0.2e-2) # End of first decay

# Rewarmup at start of second cycle
Expand Down

0 comments on commit 95c5764

Please sign in to comment.