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).
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.
### Inference:
### Inference:
...
@@ -77,10 +78,10 @@ prediction will need to be run with the corresponding configs used in training.
...
@@ -77,10 +78,10 @@ prediction will need to be run with the corresponding configs used in training.
## Results
## Results
These models are trained on trainval35k and evaluated on minival2014 using mAP@IoU=0.50:0.95.
These models are trained on train2017 and evaluated on val2017 using mAP@IoU=0.50:0.95.
All models are fine-tuned from ImageNet pre-trained R50/R101 models in
Unless otherwise noted, all models are fine-tuned from ImageNet pre-trained R50/R101 models in
[tensorpack model zoo](http://models.tensorpack.com/FasterRCNN/), unless otherwise noted.
[tensorpack model zoo](http://models.tensorpack.com/FasterRCNN/),
All models are trained with 8 NVIDIA V100s, unless otherwise noted.
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.
...
@@ -89,7 +90,7 @@ Performance in [Detectron](https://github.com/facebookresearch/Detectron/) can b
...
@@ -89,7 +90,7 @@ Performance in [Detectron](https://github.com/facebookresearch/Detectron/) can b