Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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