summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMalte Stær Nissen <nissen@di.ku.dk>2016-07-12 13:17:52 +0200
committerMalte Stær Nissen <nissen@di.ku.dk>2016-07-12 15:16:56 +0200
commit12c74460d3e7c416b869e6b4afa0e5c2e84ec29b (patch)
treeaa2c94591ae454696a404ca3c323f98c42645dfa /data
parent61944afd4e948a4e2b4ef553919a886a8a8b8246 (diff)
downloadcaffeonacl-12c74460d3e7c416b869e6b4afa0e5c2e84ec29b.tar.gz
caffeonacl-12c74460d3e7c416b869e6b4afa0e5c2e84ec29b.tar.bz2
caffeonacl-12c74460d3e7c416b869e6b4afa0e5c2e84ec29b.zip
Support for spaces in directories when downloading cifar10
Diffstat (limited to 'data')
-rwxr-xr-xdata/cifar10/get_cifar10.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/cifar10/get_cifar10.sh b/data/cifar10/get_cifar10.sh
index 623c8485..423f1098 100755
--- a/data/cifar10/get_cifar10.sh
+++ b/data/cifar10/get_cifar10.sh
@@ -2,7 +2,7 @@
# This scripts downloads the CIFAR10 (binary version) data and unzips it.
DIR="$( cd "$(dirname "$0")" ; pwd -P )"
-cd $DIR
+cd "$DIR"
echo "Downloading..."