This directory and nested files contain MXNet Python package and language binding.
To install MXNet Python package, visit MXNet Install Instruction
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