We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8041008 + 8fa694c commit a447697Copy full SHA for a447697
chapter08_intro-to-dl-for-computer-vision.ipynb
@@ -264,6 +264,17 @@
264
"!kaggle competitions download -c dogs-vs-cats"
265
]
266
},
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
278
{
279
"cell_type": "code",
280
"execution_count": 0,
@@ -1210,4 +1221,4 @@
1210
1221
1211
1222
"nbformat": 4,
1212
1223
"nbformat_minor": 0
1213
-}
1224
+}
0 commit comments