Skip to content

Commit d9978ec

Browse files
authored
Merge pull request #897 from sb2bg/main
Fix typo in 01: initialzied -> initialized
2 parents 9864981 + 9111c7d commit d9978ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_pytorch_workflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
}
511511
],
512512
"source": [
513-
"# Set manual seed since nn.Parameter are randomly initialzied\n",
513+
"# Set manual seed since nn.Parameter are randomly initialized\n",
514514
"torch.manual_seed(42)\n",
515515
"\n",
516516
"# Create an instance of the model (this is a subclass of nn.Module that contains nn.Parameter(s))\n",

0 commit comments

Comments
 (0)