Skip to content

Commit

Permalink
Modify an error. (#136)
Browse files Browse the repository at this point in the history
Summary:
Modify a parameter error.
Pull Request resolved: facebookresearch/detectron2#136

Differential Revision: D18058452

Pulled By: ppwwyyxx

fbshipit-source-id: 9b6d523b5531b9353888cfd568cfe6affaa29b96
  • Loading branch information
viven12138 authored and facebook-github-bot committed Oct 22, 2019
1 parent 462c903 commit 72915ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/DensePose/doc/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This script was used to train all DensePose models in [Model Zoo](MODEL_ZOO.md).
For example, to launch end-to-end DensePose-RCNN training with ResNet-50 FPN backbone
on 8 GPUs following the s1x schedule, one can run
```bash
python train_net.py --config-file configs/densepose_rcnn_R_50_FPN_s1x.yaml --num_gpus 8
python train_net.py --config-file configs/densepose_rcnn_R_50_FPN_s1x.yaml --num-gpus 8
```
The configs are made for 8-GPU training. To train on 1 GPU, one can apply the
[linear learning rate scaling rule](https://arxiv.org/abs/1706.02677):
Expand Down

0 comments on commit 72915ca

Please sign in to comment.