Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 353 Bytes

build.md

File metadata and controls

10 lines (10 loc) · 353 Bytes

Build MXNet

  • 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.