Skip to content

Commit

Permalink
downloader notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEMUSHKA committed Oct 15, 2017
1 parent 9ac2e99 commit ec4d033
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions download_resources.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import download_utils"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Week 6 resources"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"code_folding": []
},
"outputs": [],
"source": [
"download_utils.parallel_downloader(\n",
" \"v0.1\",\n",
" [\n",
" \"captions_train-val2014.zip\",\n",
" \"train2014_sample.zip\",\n",
" \"train_img_embeds.pickle\",\n",
" \"train_img_fns.pickle\",\n",
" \"val2014_sample.zip\",\n",
" \"val_img_embeds.pickle\",\n",
" \"val_img_fns.pickle\"\n",
" ],\n",
" \"readonly/week6\"\n",
")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit ec4d033

Please sign in to comment.