Skip to content

Commit dca5bad

Browse files
authored
fix typo of downloaded file
the downloaded file is named `dogs-vs-cats.zip` and not `train.zip`.
1 parent 8041008 commit dca5bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
},
273273
"outputs": [],
274274
"source": [
275-
"!unzip -qq train.zip"
275+
"!unzip -qq dogs-vs-cats.zip"
276276
]
277277
},
278278
{
@@ -1210,4 +1210,4 @@
12101210
},
12111211
"nbformat": 4,
12121212
"nbformat_minor": 0
1213-
}
1213+
}

0 commit comments

Comments
 (0)