Refer to the official steps is no problem, see Http://mxnet.readthedocs.org/en/latest/how_to/build.html#prerequisites
Summarize a copy of yourself
1. Download and install 1.1 Visual Studio 2013
Http://www.iplaysoft.com/vs2013.html
I use the genuine, online find what cracked version of the code although can be used but I do not disdain (evil)
1.2 Cuda 7.5
Check to see if the GPU is compliant, not only to support Cuda, but also to compute capability>2.0.
Https://developer.nvidia.com/cuda-gpus
I am a beggar with gtx760, local tyrants can choose the Titanic Quadro like local tyrants us to be friends, okay?
1.3 Visual C + + Compiler
Official website is
https://www.microsoft.com/en-us/download/details.aspx?id=41151
But I can't download it at all, so I downloaded it in the following
Http://www.newasp.net/soft/106058.html
Download directly after the installation, no official what decompression coverage and other things
1.4 CMake
Https://cmake.org/files/v3.4/cmake-3.4.1-win32-x86.exe
1.5 CuDNN (This does not have to be installed first put)
Http://sourceforge.net/projects/opencvlibrary/files/opencv-win/3.0.0/opencv-3.0.0.exe/download
To download the V3 version of why is not the latest V5 I don't know if you ask the Mxnet team has the result, please tell me thank you.
1.6 were not 2. mxnet2.1 Download Release
Https://github.com/dmlc/mxnet/releases
I downloaded the 20160419_win10_x64_gpu.7z, but I used the Win7 x64 system. Can you beat me anyway?
2.2 Cover CUDNN
Overwrite the contents of the Mxnet/3rdparty/cudnn folder with the content of the previously downloaded Cudnn_xx.zip
2.3 Setupnv.cmd
Double-click this thing.
2.4 setup.py
CMD into mxnet/python/setup.py inside, run
Python setup.py Install
I'm using Python 2.7.
2.5 Test it.
Python
import mxnet as mx
a=mx.nd.zeros((2,3))
print(a.asnumpy())
The output should be
[0.0. 0.]
[0.0. 0.]
3, a little whining.
Think that when I used Caffe did not indicate that no document has just touched Ubuntu connected to make 2 days of really nasty (this article with Windows because my Ubuntu installed Caffe dare not touch fear to rely on the impact of the Shadow Ah Baby bitter)
Mxnet configuration one go not a bug.
Mxnet configuration on Windows7 x64 gtx760