mmengine/tests/test_model
shenmishajing c2982723c9
[Feats]: add non_blocking feature to BaseDataPreprocessor (#618)
* add non_blocking feature to BaseDataPreprocessor

* Update mmengine/model/base_model/data_preprocessor.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* move new parameters to the last to avoid bc issue

* Update mmengine/model/base_model/data_preprocessor.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update mmengine/model/base_model/data_preprocessor.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2022-10-18 17:58:51 +08:00
..
test_base_model [Feats]: add non_blocking feature to BaseDataPreprocessor (#618) 2022-10-18 17:58:51 +08:00
test_wrappers [Feature] Add test time augmentation base model. (#538) 2022-10-10 14:29:33 +08:00
test_averaged_model.py [Feature] Add autocast wrapper (#307) 2022-06-22 19:49:20 +08:00
test_base_module.py [Fix] Fix unit test in windows (#515) 2022-09-13 11:46:21 +08:00
test_model_utils.py [Feature] Support convert `BN` to `SyncBN` by config (#506) 2022-09-15 18:08:36 +08:00