Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
  • 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+mindspore.jit mode) and the validation process, run

pytest tests/tasks/test_train_val_imagenet_subset.py