Skip to content

Commit 6b1c855

Browse files
authored
fix misunderstanding in README.md
1 parent 882f857 commit 6b1c855

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
@@ -100,7 +100,7 @@ git clone https://github.com/msracver/FCIS.git
100100
3.3 Compile MXNet
101101
```
102102
cd ${MXNET_ROOT}
103-
make -j4
103+
make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1
104104
```
105105
3.4 Install the MXNet Python binding by
106106

0 commit comments

Comments
 (0)