We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e12411 commit 8a33b50Copy full SHA for 8a33b50
beginner_source/examples_nn/polynomial_nn.py
@@ -10,7 +10,7 @@
10
PyTorch autograd makes it easy to define computational graphs and take gradients,
11
but raw autograd can be a bit too low-level for defining complex neural networks;
12
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
+which you can think of as a neural network layer that produces output from
14
input and may have some trainable weights.
15
"""
16
import torch
0 commit comments