Commit 444310f2 authored by Frank Chen's avatar Frank Chen Committed by GitHub
Browse files

SYNSETS contains the full path and does not need pwd prepended.

Tested on GCE with ubuntu 16.04. Mirrors change 157536266.
parent 8b760f85
...@@ -40,7 +40,6 @@ fi ...@@ -40,7 +40,6 @@ fi
OUTDIR="${1:-./imagenet-data}" OUTDIR="${1:-./imagenet-data}"
SYNSETS_FILE="${2:-./synsets.txt}" SYNSETS_FILE="${2:-./synsets.txt}"
SYNSETS_FILE="${PWD}/${SYNSETS_FILE}"
echo "Saving downloaded files to $OUTDIR" echo "Saving downloaded files to $OUTDIR"
mkdir -p "${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