Skip to content

sunshineInmoon/Mxnet-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

for Deep Learning

MXNet is a deep learning framework designed for both efficiency and flexibility. It allows you to mix the flavours of symbolic programming and imperative programming to maximize efficiency and productivity. In its core, a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations on the fly. A graph optimization layer on top of that makes symbolic execution fast and memory efficient. The library is portable and lightweight, and it scales to multiple GPUs and multiple machines.

MXNet is also more than a deep learning project. It is also a collection of blue prints and guidelines for building deep learning system, and interesting insights of DL systems for hackers.

Join the chat at https://gitter.im/dmlc/mxnet

说明

这是我自己移植编译的Windows版本,只是为了自我学习和与大家交流。如果有什么问题欢迎告知。

补充材料

github使用的还不是很熟悉,我发现Windows文件夹下的一些东西并没有上传上去,在这里做个补充:

我做的工作

1、Compile im2rec.cpp to Tools.exe in Mxnet-windows\windows\x64\Release
Usage:<image.lst> <image_root_dir> <output.rec> [additional parameters]
e.g. Tools.exe E:\lfw\image_train.lst E:\lfw\ image.rec

2、Modify tools\im2rec.py to im2rec_Linux.py for Linux and im2rec_Windows.py for Windows
python im2rec_*****.py prefix root
e.g. python im2rec_Windows.py E:\lfw\image E:\lfw

About

Mxnet in windows is compiled and modified by myself

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published