From e396925e03377ef66e9024dbe1bc41b2ed36f486 Mon Sep 17 00:00:00 2001 From: ricardocalleja <61325417+ricardocalleja@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:00:45 -0300 Subject: [PATCH] Update 13_convolutions.ipynb (#284) Typo. Changed "We de do that" for "We did do that" --- 13_convolutions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13_convolutions.ipynb b/13_convolutions.ipynb index ba7c30d..53803eb 100644 --- a/13_convolutions.ipynb +++ b/13_convolutions.ipynb @@ -2747,7 +2747,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The data is in two folders named *training* and *testing*, so we have to tell `GrandparentSplitter` about that (it defaults to `train` and `valid`). We de do that in the `get_dls` function, which we create to make it easy to change our batch size later:" + "The data is in two folders named *training* and *testing*, so we have to tell `GrandparentSplitter` about that (it defaults to `train` and `valid`). We did do that in the `get_dls` function, which we create to make it easy to change our batch size later:" ] }, {