tree: bb094b546d9b2bb4e2d1f072509464d764fb4eef [path history] [tgz]
  1. minpy/
  2. mxnet/
  3. .gitignore
  4. README.md
  5. setup.py
python/README.md

MXNet Python Package

MXNet is a deep learning framework designed for both efficiency and flexibility. It allows you to mix the flavours of deep learning programs together to maximize the efficiency and your productivity.

Installation

To install, check Build Instruction

Running the tests

For running the tests you can do the following in the parent directory.

nosetests tests/python/unittest
nosetests tests/python/train