Thanks to visit codestin.com
Credit goes to github.com

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

Latest commit

 

History

History
41 lines (34 loc) · 1.48 KB

File metadata and controls

41 lines (34 loc) · 1.48 KB

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