We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0274ee commit 7929bf6Copy full SHA for 7929bf6
projects/TridentNet/README.md
@@ -23,7 +23,7 @@ python /path/to/detectron2/projects/TridentNet/train_net.py --config-file <confi
23
For example, to launch end-to-end TridentNet training with ResNet-50 backbone on 8 GPUs,
24
one should execute:
25
```bash
26
-python /path/to/detectron2/projects/TridentNet/train_net.py --config-file configs/tridentnet_fast_R_50_C4_1x.yaml --num_gpus 8
+python /path/to/detectron2/projects/TridentNet/train_net.py --config-file configs/tridentnet_fast_R_50_C4_1x.yaml --num-gpus 8
27
```
28
29
## Evaluation
0 commit comments