File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed 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
207
207
mutating the ``.data `` member for Variables holding learnable
208
208
parameters. This is not a huge burden for simple optimization algorithms
209
209
like 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,
211
211
Adam, etc.
212
212
213
213
The ``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
110
110
------------------
111
111
112
112
.. 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.
114
114
115
115
.. galleryitem :: advanced/numpy_extensions_tutorial.py
116
116
You can’t perform that action at this time.
0 commit comments