blob: b3de895a5f62c658d542fc7e312aaa173887d298 [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/setup.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
```