Commit bf46247b authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1517 from frankchn/master

SYNSETS contains the full path and does not need pwd prepended.
parents 8b760f85 444310f2
......@@ -40,7 +40,6 @@ fi
OUTDIR="${1:-./imagenet-data}"
SYNSETS_FILE="${2:-./synsets.txt}"
SYNSETS_FILE="${PWD}/${SYNSETS_FILE}"
echo "Saving downloaded files to $OUTDIR"
mkdir -p "${OUTDIR}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment