Skip to content

Commit 2880f24

Browse files
brettkooncesoumith
authored andcommitted
fix minor spelling errors in docs (pytorch#140)
1 parent b203e4e commit 2880f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beginner_source/pytorch_with_examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Up to this point we have updated the weights of our models by manually
207207
mutating the ``.data`` member for Variables holding learnable
208208
parameters. This is not a huge burden for simple optimization algorithms
209209
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,
211211
Adam, etc.
212212

213213
The ``optim`` package in PyTorch abstracts the idea of an optimization

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)