mmsegmentation/mmseg/apis
MengzhangLI ecda117ea5
[Enhance] New-style CPU training and inference. (#1251)
* [Enhance] New-style CPU training and inference.

* assert mmcv version

* SyncBN to BN in training and testing

* SyncBN to BN in training and testing

* upload untracked files to this branch

* delete gpu_ids

* fix bugs

* assert args.gpu_id in train.py

* use cfg.gpu_ids = [args.gpu_id]

* use cfg.gpu_ids = [args.gpu_id]

* fix typo

* fix typo

* fix typos
2022-01-28 23:03:01 +08:00
..
__init__.py [Enchance] Set a random seed when the user does not set a seed. (#1039) 2021-11-26 10:55:15 +08:00
inference.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
test.py [Fix] Fix test error when using --show-dir (#1091) 2021-12-06 08:10:18 -08:00
train.py [Enhance] New-style CPU training and inference. (#1251) 2022-01-28 23:03:01 +08:00