Skip to content

Commit 7929bf6

Browse files
BigBookPlusfacebook-github-bot
authored andcommitted
fix 8-gpus training command for TridentNet (facebookresearch#184)
Summary: --num_gpus shuold be --num-gpus. Pull Request resolved: facebookresearch#184 Differential Revision: D18216549 Pulled By: ppwwyyxx fbshipit-source-id: d5272a55bc892169ad9e77ee4293aec9ce706189
1 parent e0274ee commit 7929bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/TridentNet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python /path/to/detectron2/projects/TridentNet/train_net.py --config-file <confi
2323
For example, to launch end-to-end TridentNet training with ResNet-50 backbone on 8 GPUs,
2424
one should execute:
2525
```bash
26-
python /path/to/detectron2/projects/TridentNet/train_net.py --config-file configs/tridentnet_fast_R_50_C4_1x.yaml --num_gpus 8
26+
python /path/to/detectron2/projects/TridentNet/train_net.py --config-file configs/tridentnet_fast_R_50_C4_1x.yaml --num-gpus 8
2727
```
2828

2929
## Evaluation

0 commit comments

Comments
 (0)