Skip to content

Commit d3336aa

Browse files
authored
Update README.md
1 parent 1bb880b commit d3336aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Convolutional Neural Network with CUDA
2222
```
2323
mkdir build && cd build
2424
cmake .. -DCMAKE_BUILD_TYPE=Release
25-
make
25+
make -j10
2626
mkdir mnist_data && cd mnist_data
2727
wget -c http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz
2828
wget -c http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz

0 commit comments

Comments
 (0)