Skip to content

Commit a447697

Browse files
authored
Merge pull request #215 from Kuz-man/patch-1
fix typo of downloaded file
2 parents 8041008 + 8fa694c commit a447697

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

chapter08_intro-to-dl-for-computer-vision.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,17 @@
264264
"!kaggle competitions download -c dogs-vs-cats"
265265
]
266266
},
267+
{
268+
"cell_type": "code",
269+
"execution_count": 0,
270+
"metadata": {
271+
"colab_type": "code"
272+
},
273+
"outputs": [],
274+
"source": [
275+
"!unzip -qq dogs-vs-cats.zip"
276+
]
277+
},
267278
{
268279
"cell_type": "code",
269280
"execution_count": 0,
@@ -1210,4 +1221,4 @@
12101221
},
12111222
"nbformat": 4,
12121223
"nbformat_minor": 0
1213-
}
1224+
}

0 commit comments

Comments
 (0)