MindSpore-Model-Development/tests
Xunhui Zhang 6567b93c30 update instructions of the challenge 2023-04-18 15:43:37 +08:00
..
modules update instructions of the challenge 2023-04-18 15:43:37 +08:00
tasks update instructions of the challenge 2023-04-18 15:43:37 +08:00
README.md update instructions of the challenge 2023-04-18 15:43:37 +08:00

README.md

  • modules for unit test (UT): test the main modules including dataset, transform, loader, model, loss, optimizer, and scheduler.

To test all modules:

pytest tests/modules/*.py
  • tasks for system test (ST): test the training and validation pipeline.

To test the training process (in graph mode and pynative+ms_function mode) and the validation process, run

pytest tests/tasks/test_train_val_imagenet_subset.py