Skip to content

Commit

Permalink
Merge pull request #1914 from eerwitt/master
Browse files Browse the repository at this point in the history
fix Imagenet example path
  • Loading branch information
shelhamer committed Feb 20, 2015
2 parents f998127 + af01b9c commit 5ee85b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imagenet/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We assume that you already have downloaded the ImageNet training data and valida

You will first need to prepare some auxiliary data for training. This data can be downloaded by:

./data/get_ilsvrc_aux.sh
./data/ilsvrc12/get_ilsvrc_aux.sh

The training and validation input are described in `train.txt` and `val.txt` as text listing all the files and their labels. Note that we use a different indexing for labels than the ILSVRC devkit: we sort the synset names in their ASCII order, and then label them from 0 to 999. See `synset_words.txt` for the synset/name mapping.

Expand Down

0 comments on commit 5ee85b7

Please sign in to comment.