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

MXNet Python Package

This directory and nested files contain MXNet Python package and language binding.

Installation

To install MXNet Python package, visit MXNet Install Instruction

Running the unit tests

For running unit tests, you will need the pytest PyPi package. To install:

pip install --upgrade pytest

Once pytest is installed, run the following from MXNet root directory (please make sure the installation path of pytest is included in your $PATH environment variable):

pytest tests/python/unittest
pytest tests/python/train