Skip to content

Commit

Permalink
fixed typo in download script command cpp_classification
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Apr 27, 2016
1 parent c6d93da commit 8619fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp_classification/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8619fbb

Please sign in to comment.