We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2a1ecd + d9ad2ef commit 7471297Copy full SHA for 7471297
data/ilsvrc12/get_ilsvrc_aux.sh
@@ -8,7 +8,7 @@
8
# - the training splits with labels
9
10
DIR="$( cd "$(dirname "$0")" ; pwd -P )"
11
-cd $DIR
+cd "$DIR"
12
13
echo "Downloading..."
14
data/mnist/get_mnist.sh
@@ -2,7 +2,7 @@
2
# This scripts downloads the mnist data and unzips it.
3
4
5
6
7
0 commit comments