tree: c0929f59079bcee34a3dfe79b446db4bfcc97666 [path history] [tgz]
  1. common/
  2. doctest/
  3. gpu/
  4. mkl/
  5. predict/
  6. profiling/
  7. quantization/
  8. quantization_gpu/
  9. tensorrt/
  10. train/
  11. unittest/
  12. README.md
tests/python/README.md

Python Test Case

This folder contains test cases for mxnet in python.

  • common contains common utils for all test modules.
    • From subfolders, import with from ..common import get_data
  • unittest contains unit test component for each modules.
    • These are basic tests that must pass for every commit.
  • train contains tests that runs on real network training.
    • These tests can be time consuming.