BUG: Fix inception imagenet download script (#2299)
* BUG: Fix inception imagenet download script In `download_imagenet.sh`, the path to the `$SYNSETS_FILE` resource (imagenet_2012_validation_synset_labels.txt) was not updated to reflect change in directory after a `cd` earlier in the script. Fixes #682. * BUG: Fix slim imagenet download script In `download_imagenet.sh`, the path to the `$SYNSETS_FILE` resource (imagenet_2012_validation_synset_labels.txt) was not updated to reflect change in directory after a `cd` earlier in the script.
Showing
Please register or sign in to comment