Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"### Generate some data\n",
"torch.manual_seed(7) # Set the random seed so things are predictable\n",
"\n",
"# Features are 3 random normal variables\n",
"# Features are 5 random normal variables\n",
"features = torch.randn((1, 5))\n",
"# True weights for our data, random normal variables again\n",
"weights = torch.randn_like(features)\n",
Expand Down