We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb880b commit d3336aaCopy full SHA for d3336aa
README.md
@@ -22,7 +22,7 @@ Convolutional Neural Network with CUDA
22
```
23
mkdir build && cd build
24
cmake .. -DCMAKE_BUILD_TYPE=Release
25
-make
+make -j10
26
mkdir mnist_data && cd mnist_data
27
wget -c http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz
28
wget -c http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz
0 commit comments