Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GOATmessi7 committed Aug 9, 2021
1 parent 73ea206 commit 026844e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ We also support multi-nodes training. Just add the following args:
When using -f, the above commands are equivalent to:

```shell
python tools/train.py -f exps/default/yolox-s.py -d 8 -b 64 --fp16 -o
exps/default/yolox-m.py
exps/default/yolox-l.py
exps/default/yolox-x.py
python tools/train.py -f exps/default/yolox_s.py -d 8 -b 64 --fp16 -o
exps/default/yolox_m.py
exps/default/yolox_l.py
exps/default/yolox_x.py
```

</details>
Expand Down

0 comments on commit 026844e

Please sign in to comment.