summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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.)"
]