-
- Downloads
Add ability to specify device ids for non-distributed training (#2400)
* Add ability to specify device ids for non-distributed training Changes to be committed: modified: mmdet/apis/train.py modified: tools/train.py * Deprecate cfg.gpus in favor of cfg.gpu_ids Changes to be committed: modified: mmdet/apis/train.py modified: tools/train.py * Fix strange issue with mutually_exclusive_group Changes to be committed: modified: tools/train.py * Fix gpu-ids nargs parameter Changes to be committed: modified: tools/train.py
Please register or sign in to comment