diff options
author | Malte Stær Nissen <nissen@di.ku.dk> | 2016-07-12 13:17:52 +0200 |
---|---|---|
committer | Malte Stær Nissen <nissen@di.ku.dk> | 2016-07-12 15:16:56 +0200 |
commit | 12c74460d3e7c416b869e6b4afa0e5c2e84ec29b (patch) | |
tree | aa2c94591ae454696a404ca3c323f98c42645dfa /data | |
parent | 61944afd4e948a4e2b4ef553919a886a8a8b8246 (diff) | |
download | caffeonacl-12c74460d3e7c416b869e6b4afa0e5c2e84ec29b.tar.gz caffeonacl-12c74460d3e7c416b869e6b4afa0e5c2e84ec29b.tar.bz2 caffeonacl-12c74460d3e7c416b869e6b4afa0e5c2e84ec29b.zip |
Support for spaces in directories when downloading cifar10
Diffstat (limited to 'data')
-rwxr-xr-x | data/cifar10/get_cifar10.sh | 2 |
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..." |