Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shensheng272 authored Sep 13, 2022
1 parent 5ca74aa commit a384f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ python -m torch.distributed.launch --nproc_per_node 4 tools/train.py \
--conf configs/yolov6n.py \
--data data/coco.yaml \
--epoch 400 \
--device 0,1,2,3,4,5,6,7 \
--device 0,1,2,3 \
--name yolov6n_coco
```

Expand Down

0 comments on commit a384f21

Please sign in to comment.