Skip to content

Commit

Permalink
trailing whitespace in noisy_sgd dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas542 committed Nov 30, 2024
1 parent a162271 commit ec4217c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optax/_src/alias_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
dict(opt_name='nadam', opt_kwargs=dict(learning_rate=1e-2)),
dict(opt_name='nadamw', opt_kwargs=dict(learning_rate=1e-2)),
dict(
opt_name='noisy_sgd',
opt_name='noisy_sgd',
opt_kwargs=dict(learning_rate=1e-3, key=jrd.key(0), eta=1e-4)
),
dict(opt_name='novograd', opt_kwargs=dict(learning_rate=1e-3)),
Expand Down

0 comments on commit ec4217c

Please sign in to comment.