Update the instruction of the -np flag. (#489)
Co-authored-by: Qinru Li <q4li@eng.ucsd.edu>
This commit is contained in:
parent
4d1ab76686
commit
5b08cc8cee
|
|
@ -138,7 +138,7 @@ We also provide instructions for evaluating our pretrained models. Please downlo
|
||||||
Then, you will be able to run:
|
Then, you will be able to run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
torchpack dist-run -np 8 python tools/test.py [config file path] pretrained/[checkpoint name].pth --eval [evaluation type]
|
torchpack dist-run -np [number of gpus] python tools/test.py [config file path] pretrained/[checkpoint name].pth --eval [evaluation type]
|
||||||
```
|
```
|
||||||
|
|
||||||
For example, if you want to evaluate the detection variant of BEVFusion, you can try:
|
For example, if you want to evaluate the detection variant of BEVFusion, you can try:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue