• Scott Lowe's avatar
    BUG: Fix inception imagenet download script (#2299) · c7df5a3d
    Scott Lowe authored
    * 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.
    c7df5a3d
download_imagenet.sh 3.5 KB