blob: 3a0b25c1cf1a9f09fc6705fb53c52af59db37d0c [file] [log] [blame] [view]
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](http://mxnet.io/get_started/install.html)
Running the tests
-----------------
For running the tests you can do the following in the parent directory.
```
nosetests tests/python/unittest
nosetests tests/python/train
```