Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sb2bg committed Apr 18, 2024
1 parent 0fa794b commit 9111c7d
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 9111c7d

Please sign in to comment.