Skip to content

Commit

Permalink
Support for spaces in directories when downloading cifar10
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Stær Nissen committed Jul 12, 2016
1 parent 61944af commit 12c7446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/cifar10/get_cifar10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."

Expand Down

0 comments on commit 12c7446

Please sign in to comment.