Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
setions instead of sections
  • Loading branch information
andrinr authored Mar 20, 2023
1 parent 1c7c5b1 commit 0fbe4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supervised-airfoils.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"source": [
"Next, let's define a small helper class `DfpDataset` to organize inputs and targets. We'll transfer the corresponding data to the pytorch `DataLoader` class. \n",
"\n",
"We also set up some globals to control training parameters, maybe most importantly: the learning rate `LR`, i.e. $\\eta$ from the previous setions. When your training run doesn't converge this is the first parameter to experiment with.\n",
"We also set up some globals to control training parameters, maybe most importantly: the learning rate `LR`, i.e. $\\eta$ from the previous sections. When your training run doesn't converge this is the first parameter to experiment with.\n",
"\n",
"Here, we'll keep it relatively small throughout. (Using _learning rate decay_ would be better, i.e. potentially give an improved convergence, but is omitted here for clarity.) "
]
Expand Down Expand Up @@ -801,4 +801,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 0fbe4f1

Please sign in to comment.