renmengye / revnet-public

Code for "The Reversible Residual Network: Backpropagation Without Storing Activations"
MIT License
351 stars 50 forks source link

Error preprocessing imagenet #3

Open changebo opened 7 years ago

changebo commented 7 years ago

Thanks for the great work! I ran into an error when setting up imagenet: the script cannot find the synsets file. I think the problem can be fixed as follows.

In download_and_preprocess_imagenet.sh, line 64: LABELS_FILE="${WORK_DIR}/data/imagenet_lsvrc_2015_synsets.txt" should be changed to LABELS_FILE="${WORK_DIR}/imagenet_lsvrc_2015_synsets.txt".

renmengye commented 7 years ago

Thanks for reporting! I fixed in the latest commit.