Skip to content

Commit e6b1d09

Browse files
committed
fix typo: reproducbility to reproducibility
1 parent 0fa794b commit e6b1d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

00_pytorch_fundamentals.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3219,7 +3219,7 @@
32193219
"\n",
32203220
"It looks like setting the seed worked. \n",
32213221
"\n",
3222-
"> **Resource:** What we've just covered only scratches the surface of reproducibility in PyTorch. For more, on reproducbility in general and random seeds, I'd checkout:\n",
3222+
"> **Resource:** What we've just covered only scratches the surface of reproducibility in PyTorch. For more, on reproducibility in general and random seeds, I'd checkout:\n",
32233223
"> * [The PyTorch reproducibility documentation](https://pytorch.org/docs/stable/notes/randomness.html) (a good exericse would be to read through this for 10-minutes and even if you don't understand it now, being aware of it is important).\n",
32243224
"> * [The Wikipedia random seed page](https://en.wikipedia.org/wiki/Random_seed) (this'll give a good overview of random seeds and pseudorandomness in general)."
32253225
]

0 commit comments

Comments
 (0)