Skip to content

Commit

Permalink
fix preqconditioner
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Dec 10, 2024
1 parent 63f7f88 commit fb3a721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zeroband/optimizers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class SoapConfig(BaseConfig):
lr: float = 4e-4
weight_decay: float = 0.1
weight_decay: float = 1e-05
betas1: float = 0.9
betas2: float = 0.95

Expand Down

0 comments on commit fb3a721

Please sign in to comment.