Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr authored Jul 19, 2023
1 parent e13aa94 commit aaaf303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Simple Usage
model = YourModel()
opt = load_optimizer(optimizer='adamp')
optimizer = opt(model.parameters())
d

Also, you can load the optimizer via `torch.hub`

::
Expand Down

0 comments on commit aaaf303

Please sign in to comment.