Skip to content

Commit e0d63e6

Browse files
authored
Merge pull request mrdbourke#279 from mustious/patch-1
spelling correction
2 parents 46a28b4 + 4e33f5b commit e0d63e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

00_pytorch_fundamentals.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@
697697
"\n",
698698
"And machine learning models such as neural networks manipulate and seek patterns within tensors.\n",
699699
"\n",
700-
"But when building machine learning models with PyTorch, it's rare you'll create tenors by hand (like what we've being doing).\n",
700+
"But when building machine learning models with PyTorch, it's rare you'll create tensors by hand (like what we've being doing).\n",
701701
"\n",
702702
"Instead, a machine learning model often starts out with large random tensors of numbers and adjusts these random numbers as it works through data to better represent it.\n",
703703
"\n",

0 commit comments

Comments
 (0)