- You can clone the mxnet from the github repo
- After you clone the repo, update the submodules by
git submodule init
git submodule update
- Copy make/config.mk to the project root, modify according to your desired setting.
- Type
make
in the root folder.
git submodule init
git submodule update
make
in the root folder.