Skip to content

Commit

Permalink
Merge pull request #897 from sb2bg/main
Browse files Browse the repository at this point in the history
Fix typo in 01: initialzied -> initialized
  • Loading branch information
mrdbourke authored Aug 21, 2024
2 parents 9864981 + 9111c7d commit d9978ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_pytorch_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
}
],
"source": [
"# Set manual seed since nn.Parameter are randomly initialzied\n",
"# Set manual seed since nn.Parameter are randomly initialized\n",
"torch.manual_seed(42)\n",
"\n",
"# Create an instance of the model (this is a subclass of nn.Module that contains nn.Parameter(s))\n",
Expand Down

0 comments on commit d9978ec

Please sign in to comment.