facebookresearch / StarSpace

Learning embeddings for classification, retrieval and ranking.
MIT License
3.95k stars 531 forks source link

Fix consistency of README.md input encoding with ImageSpace example #211

Closed mkuchnik closed 5 years ago

mkuchnik commented 5 years ago

The current examples/image_feature_example_cifar10.sh example uses an index starting at 0 (i.e., d0, d1, ...d1023) rather than 1 (i.e., d1, d2, ..., d1024) as indicated in the README.md. This change changes the README.md to be consistent with the example.