summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSammy Sidhu <sammy.sidhu@gmail.com>2016-04-27 03:05:30 -0700
committerSammy Sidhu <sammy.sidhu@gmail.com>2016-04-27 03:05:30 -0700
commit8619fbb90f2b5546ea8cb7c4021216d978d4cbc4 (patch)
treed3874c4d9d2fc3cfb58ba8d1826ea888d8ca5bda /examples
parentc6d93dac99c79c5cd7e84f00115b2a82f389d692 (diff)
downloadcaffeonacl-8619fbb90f2b5546ea8cb7c4021216d978d4cbc4.tar.gz
caffeonacl-8619fbb90f2b5546ea8cb7c4021216d978d4cbc4.tar.bz2
caffeonacl-8619fbb90f2b5546ea8cb7c4021216d978d4cbc4.zip
fixed typo in download script command cpp_classification
Diffstat (limited to 'examples')
-rw-r--r--examples/cpp_classification/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp_classification/readme.md b/examples/cpp_classification/readme.md
index a086db1a..0de2885b 100644
--- a/examples/cpp_classification/readme.md
+++ b/examples/cpp_classification/readme.md
@@ -42,7 +42,7 @@ script:
The ImageNet labels file (also called the *synset file*) is also
required in order to map a prediction to the name of the class:
```
-./data/ilsvrc12/get_ilsvrc_aux.sh.
+./data/ilsvrc12/get_ilsvrc_aux.sh
```
Using the files that were downloaded, we can classify the provided cat
image (`examples/images/cat.jpg`) using this command: