Skip to content

Commit

Permalink
Correct typo: worse to worst
Browse files Browse the repository at this point in the history
  • Loading branch information
sasilver75 committed Nov 22, 2023
1 parent 96f0e20 commit 8ba17fe
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions nbs/23_tutorial.vision.ipynb
Expand Up @@ -1360,7 +1360,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"And like before, we can check where the model did its worse:"
"And like before, we can check where the model did its worst:"
]
},
{
Expand Down Expand Up @@ -2596,9 +2596,21 @@
"split_at_heading": true
},
"kernelspec": {
"display_name": "python3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 8ba17fe

Please sign in to comment.