To run distributed training, set `TRAINER=horovod` and refer to [HorovodTrainer docs](http://tensorpack.readthedocs.io/modules/train.html#tensorpack.train.HorovodTrainer).
To run distributed training, set `TRAINER=horovod` and refer to [HorovodTrainer docs](http://tensorpack.readthedocs.io/modules/train.html#tensorpack.train.HorovodTrainer).
Options can be changed by either the command line or the `config.py` file (recommended).
All options can be changed by either the command line or the `config.py` file (recommended).
Some reasonable configurations are listed in the table below.
Some reasonable configurations are listed in the table below.
See [config.py](config.py) for details about each config.
See [config.py](config.py) for details about how to correctly set `BACKBONE.WEIGHTS` and other configs.
### Inference:
### Inference:
...
@@ -85,20 +85,20 @@ using 8 NVIDIA V100s.
...
@@ -85,20 +85,20 @@ using 8 NVIDIA V100s.
Performance in [Detectron](https://github.com/facebookresearch/Detectron/) can be reproduced.
Performance in [Detectron](https://github.com/facebookresearch/Detectron/) can be reproduced.
| R50-C4 | 36.2;31.8 [:arrow_down:][R50C41x] | 35.8;31.4 | 23.5h | <details><summary>standard</summary>this is the default, no changes in config needed </details>|
| R50-C4 | 36.2;31.8 [:arrow_down:][R50C41x] | 35.8;31.4 | 23.5h | <details><summary>standard</summary>this is the default, no changes in config needed </details> |