Skip to content

Commit 8fa694c

Browse files
authored
add a new cell with unzipping train.zip
once dogs-vs-cats.zip is unzip it produces train.zip and test1.zip, so we need to also unzip train.zip
1 parent dca5bad commit 8fa694c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,17 @@
275275
"!unzip -qq dogs-vs-cats.zip"
276276
]
277277
},
278+
{
279+
"cell_type": "code",
280+
"execution_count": 0,
281+
"metadata": {
282+
"colab_type": "code"
283+
},
284+
"outputs": [],
285+
"source": [
286+
"!unzip -qq train.zip"
287+
]
288+
},
278289
{
279290
"cell_type": "markdown",
280291
"metadata": {

0 commit comments

Comments
 (0)