-
- Downloads
[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
Showing
- docs/en/inference.md 5 additions, 0 deletionsdocs/en/inference.md
- docs/en/train.md 14 additions, 0 deletionsdocs/en/train.md
- docs/zh_cn/inference.md 5 additions, 0 deletionsdocs/zh_cn/inference.md
- docs/zh_cn/train.md 14 additions, 0 deletionsdocs/zh_cn/train.md
- mmseg/apis/train.py 6 additions, 3 deletionsmmseg/apis/train.py
- tools/test.py 19 additions, 2 deletionstools/test.py
Please register or sign in to comment