Skip to content

Commit 852040a

Browse files
authored
fix typo
1 parent b6df7d2 commit 852040a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beginner_source/examples_autograd/polynomial_autograd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# loss.item() gets the scalar value held in the loss.
4949
loss = (y_pred - y).pow(2).sum()
5050

51-
# Calculare initial loss, so we can report loss relative to it
51+
# Calculate initial loss, so we can report loss relative to it
5252
if t==0:
5353
initial_loss=loss.item()
5454

0 commit comments

Comments
 (0)