Skip to content

Commit 8a33b50

Browse files
tornikeoSvetlana Karslioglu
andauthored
Fix typo in polynomial_nn.py (#1940)
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 6e12411 commit 8a33b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/examples_nn/polynomial_nn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
PyTorch autograd makes it easy to define computational graphs and take gradients,
1111
but raw autograd can be a bit too low-level for defining complex neural networks;
1212
this is where the nn package can help. The nn package defines a set of Modules,
13-
which you can think of as a neural network layer that has produces output from
13+
which you can think of as a neural network layer that produces output from
1414
input and may have some trainable weights.
1515
"""
1616
import torch

0 commit comments

Comments
 (0)