本文将给出在windows下mxnet的安装方法:
运行环境:
Windows 8.1-64 bit
Python 3.5.2-64 bit
Visual Studio 2013 Ultimate
1. 获取mxnet
打开本地Github Shell,运行git clone --recursive https://github.com/dmlc/mxnet
,然后将代码存到本地路径R:\MXNet下。
2. 安装几个第三方依赖项
需要OpenCV3, OpenBLAS, CuDNN, CUDA. 前三项我已经配置好并上传到网盘链接(密码:5qmg),可以直接下载放到R:\MXNet\mxnet_thirdparty路径下。
(1) OpenCV3
官网下载(http://sourceforge.net/projects/opencvlibrary/files/opencv-win/3.0.0/opencv-3.0.0.exe/download)。
(2) OpenBLAS
官网下载(https://sourceforge.net/projects/openblas)。
(3) CuDNN
官网下载(