Update 13_convolutions.ipynb (#284)

Typo. Changed "We de do that" for "We did do that"
This commit is contained in:
ricardocalleja 2020-10-12 06:00:45 -03:00 committed by GitHub
parent a333dfd5e9
commit e396925e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:"
]
},
{