Commit c244ef9
Fix incorrect code comment in neural_networks_tutorial (#3679)
The code example incorrectly labels the final linear layer as a
"Gaussian layer". However, `fc3` is a standard fully connected layer
(`nn.Linear(84, 10)`).
Updated the comment to "Fully connected layer" to avoid confusion.
cc @albanD @jbschlosser
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>1 parent 4fa1fa8 commit c244ef9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments