Skip to content

Commit

Permalink
Merge pull request #762 from pranav-js670/fix/typo
Browse files Browse the repository at this point in the history
Fix typo: 'Where can can you get help?' to 'Where can you get help?'
  • Loading branch information
mrdbourke committed Jan 11, 2024
2 parents c655842 + e24d903 commit c60e58f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions 01_pytorch_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"source": [
"\n",
"## Where can can you get help?\n",
"## Where can you get help?\n",
"\n",
"All of the materials for this course are [available on GitHub](https://github.com/mrdbourke/pytorch-deep-learning).\n",
"\n",
Expand Down Expand Up @@ -564,14 +564,6 @@
"source": [
"Notice how the values for `weights` and `bias` from `model_0.state_dict()` come out as random float tensors?\n",
"\n",








"This is because we initialized them above using `torch.randn()`.\n",
"\n",
"Essentially we want to start from random parameters and get the model to update them towards parameters that fit our data best (the hardcoded `weight` and `bias` values we set when creating our straight line data).\n",
Expand Down

0 comments on commit c60e58f

Please sign in to comment.