Skip to content

Commit

Permalink
Merge pull request lucidrains#18 from rasbt/patch-1
Browse files Browse the repository at this point in the history
Spacing fix
  • Loading branch information
lucidrains authored Mar 9, 2023
2 parents 7d3757c + 16c876c commit 3474865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ model = nn.Linear(10, 1)

from lion_pytorch import Lion

opt = Lion(model.parameters(), lr = 1e-4, weight_decay = 1e-2)
opt = Lion(model.parameters(), lr=1e-4, weight_decay=1e-2)

# forward and backwards

Expand Down

0 comments on commit 3474865

Please sign in to comment.