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.
1 parent e7ba160 commit bb8ffeaCopy full SHA for bb8ffea
introduction_to_amazon_algorithms/object_detection_birds/object_detection_birds.ipynb
@@ -152,7 +152,11 @@
152
"outputs": [],
153
"source": [
154
"%%time\n",
155
- "download('http://www.vision.caltech.edu/visipedia-data/CUB-200-2011/CUB_200_2011.tgz')"
+ "# download('http://www.vision.caltech.edu/visipedia-data/CUB-200-2011/CUB_200_2011.tgz')\n",
156
+ "# CalTech's download is (at least temporarily) unavailable since August 2020.\n",
157
+ " \n",
158
+ "# Can now use one made available by fast.ai .\n",
159
+ "download ('https://s3.amazonaws.com/fast-ai-imageclas/CUB_200_2011.tgz')"
160
]
161
},
162
{
@@ -1221,4 +1225,4 @@
1221
1225
1222
1226
"nbformat": 4,
1223
1227
"nbformat_minor": 2
1224
-}
1228
+}
0 commit comments