File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ Up to this point we have updated the weights of our models by manually
207207mutating the ``.data `` member for Variables holding learnable
208208parameters. This is not a huge burden for simple optimization algorithms
209209like stochastic gradient descent, but in practice we often train neural
210- networks using more sophisiticated optimizers like AdaGrad, RMSProp,
210+ networks using more sophisticated optimizers like AdaGrad, RMSProp,
211211Adam, etc.
212212
213213The ``optim `` package in PyTorch abstracts the idea of an optimization
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ Advanced Tutorials
110110------------------
111111
112112.. galleryitem :: advanced/neural_style_tutorial.py
113- :intro: This tutorial explains how to impletment the Neural-Style algorithm developed by Leon A. Gatys, Alexander S. Ecker and Matthias Bethge.
113+ :intro: This tutorial explains how to implement the Neural-Style algorithm developed by Leon A. Gatys, Alexander S. Ecker and Matthias Bethge.
114114
115115.. galleryitem :: advanced/numpy_extensions_tutorial.py
116116
You can’t perform that action at this time.
0 commit comments