Skip to content

Commit 8cef9f1

Browse files
committed
fix program path.
1 parent 72758c7 commit 8cef9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/get_mnist.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gunzip t10k-labels-idx1-ubyte.gz
1717

1818
echo "Creating leveldb..."
1919

20-
../examples/convert_mnist_data.bin train-images-idx3-ubyte train-labels-idx1-ubyte mnist-train-leveldb
21-
../examples/convert_mnist_data.bin t10k-images-idx3-ubyte t10k-labels-idx1-ubyte mnist-test-leveldb
20+
../build/examples/convert_mnist_data.bin train-images-idx3-ubyte train-labels-idx1-ubyte mnist-train-leveldb
21+
../build/examples/convert_mnist_data.bin t10k-images-idx3-ubyte t10k-labels-idx1-ubyte mnist-test-leveldb
2222

2323
echo "Done."

0 commit comments

Comments
 (0)