From 829b68ca05cc6025641364483db1fbf5c85a04a0 Mon Sep 17 00:00:00 2001 From: franperic <45460224+franperic@users.noreply.github.com> Date: Sun, 17 Jan 2021 19:10:20 +0100 Subject: [PATCH] fix typo (#367) --- 05_pet_breeds.ipynb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/05_pet_breeds.ipynb b/05_pet_breeds.ipynb index 1cf3e61..90f27f2 100644 --- a/05_pet_breeds.ipynb +++ b/05_pet_breeds.ipynb @@ -339,7 +339,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "You can see that the image on the right is less well defined and has reflection padding artifacts in the bottom-left corner; also, the grass iat the top left has disappeared entirely. We find that in practice using presizing significantly improves the accuracy of models, and often results in speedups too.\n", + "You can see that the image on the right is less well defined and has reflection padding artifacts in the bottom-left corner; also, the grass at the top left has disappeared entirely. We find that in practice using presizing significantly improves the accuracy of models, and often results in speedups too.\n", "\n", "The fastai library also provides simple ways to check your data looks right before training a model, which is an extremely important step. We'll look at those next." ] @@ -2559,6 +2559,18 @@ "display_name": "Python 3", "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.7.6" } }, "nbformat": 4,