Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created February 18, 2016 07:07
Show Gist options
  • Save tengpeng/c5442294038cad55b0ab to your computer and use it in GitHub Desktop.
Save tengpeng/c5442294038cad55b0ab to your computer and use it in GitHub Desktop.
install mxnet
git clone --recursive https://github.com/dmlc/mxnet
cd mxnet; cp make/config.mk .
echo "USE_CUDA=1" >>config.mk
echo "USE_CUDA_PATH=/usr/local/cuda" >>config.mk
echo "USE_CUDNN=1" >>config.mk
echo "USE_BLAS=atlas" >> config.mk
echo "USE_DIST_KVSTORE = 1" >>config.mk
echo "USE_S3=1" >>config.mk
make -j8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment