summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorYagnesh <yrevar@users.noreply.github.com>2016-12-21 17:05:30 -0800
committerGitHub <noreply@github.com>2016-12-21 17:05:30 -0800
commit775f5b05dba28867f609c0e2b097e62176b4904a (patch)
treec9bf920533fd40f6c5a96ac0c237f44ff39948b3 /examples
parent5a201dd960840c319cefd9fa9e2a40d2c76ddd73 (diff)
downloadcaffeonacl-775f5b05dba28867f609c0e2b097e62176b4904a.tar.gz
caffeonacl-775f5b05dba28867f609c0e2b097e62176b4904a.tar.bz2
caffeonacl-775f5b05dba28867f609c0e2b097e62176b4904a.zip
Fixed a typo
Diffstat (limited to 'examples')
-rw-r--r--examples/02-fine-tuning.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/02-fine-tuning.ipynb b/examples/02-fine-tuning.ipynb
index f44eaf9a..90803c98 100644
--- a/examples/02-fine-tuning.ipynb
+++ b/examples/02-fine-tuning.ipynb
@@ -70,7 +70,7 @@
"\n",
"- `get_ilsvrc_aux.sh` to download the ImageNet data mean, labels, etc.\n",
"- `download_model_binary.py` to download the pretrained reference model\n",
- "- `finetune_flickr_style/assemble_data.py` downloadsd the style training and testing data\n",
+ "- `finetune_flickr_style/assemble_data.py` downloads the style training and testing data\n",
"\n",
"We'll download just a small subset of the full dataset for this exercise: just 2000 of the 80K images, from 5 of the 20 style categories. (To download the full dataset, set `full_dataset = True` in the cell below.)"
]