Skip to content

Commit

Permalink
fix link for sebastien ruder website on the optmizers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Dec 4, 2023
1 parent a90f7c7 commit fff748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Webpage/00-pytorch-fashionMnist.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ package](https://pytorch.org/docs/stable/optim.html). We will use the
optimizer](https://pytorch.org/docs/stable/optim.html#torch.optim.Adam);
To know more about optimizers, there is a [compendium of optimizers
provided by Sebastian
Ruder](http://ruder.io/optimizing-gradient-descent/index.html). In
Ruder](https://www.ruder.io/optimizing-gradient-descent/). In
Pytorch, the optimizer needs a reference to the parameters that it needs
to modifies.

Expand Down

0 comments on commit fff748a

Please sign in to comment.