Skip to content

Commit 97bfe6c

Browse files
authored
Merge pull request pytorch#164 from vfdev-5/patch-3
Update neural_networks_tutorial.py
2 parents d235bc2 + 41b1e06 commit 97bfe6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/blitz/neural_networks_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def num_flat_features(self, x):
190190
########################################################################
191191
# Backprop
192192
# --------
193-
# To backpropogate the error all we have to do is to ``loss.backward()``.
193+
# To backpropagate the error all we have to do is to ``loss.backward()``.
194194
# You need to clear the existing gradients though, else gradients will be
195195
# accumulated to existing gradients
196196
#

0 commit comments

Comments
 (0)