Update the instruction of the -np flag. (#489)

Co-authored-by: Qinru Li <q4li@eng.ucsd.edu>
This commit is contained in:
Daniel Li 2024-07-25 12:16:39 -07:00 committed by GitHub
parent 4d1ab76686
commit 5b08cc8cee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ We also provide instructions for evaluating our pretrained models. Please downlo
Then, you will be able to run:
```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: