Skip to content

Commit

Permalink
Merge pull request #67 from liyi14/master
Browse files Browse the repository at this point in the history
fix misunderstanding in README.md
  • Loading branch information
HaozhiQi committed Jul 16, 2017
2 parents 51eca16 + 0501aec commit ecc484f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ git clone https://github.com/msracver/Deformable-ConvNets.git
3.3 Compile MXNet
```
cd ${MXNET_ROOT}
make -j4
make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1
```
3.4 Install the MXNet Python binding by

Expand Down

0 comments on commit ecc484f

Please sign in to comment.