ultralytics 8.0.53 DDP AMP and Edge TPU fixes (#1362)
Co-authored-by: Richard Aljaste <richardaljasteabramson@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Vuong Kha Sieu <75152429+hotfur@users.noreply.github.com>
This commit is contained in:
parent
177a68b39f
commit
f921e1ac21
46 changed files with 1045 additions and 384 deletions
|
|
@ -43,7 +43,7 @@ CLI requires no customization or code. You can simply run all tasks from the ter
|
|||
yolo detect train model=yolov8n.pt data=coco128.yaml device=\'0,1,2,3\'
|
||||
```
|
||||
|
||||
[CLI Guide](cli.md){ .md-button .md-button--primary}
|
||||
[CLI Guide](usage/cli.md){ .md-button .md-button--primary}
|
||||
|
||||
## Use with Python
|
||||
|
||||
|
|
@ -70,4 +70,4 @@ classification into their Python projects using YOLOv8.
|
|||
success = model.export(format="onnx") # export the model to ONNX format
|
||||
```
|
||||
|
||||
[Python Guide](python.md){.md-button .md-button--primary}
|
||||
[Python Guide](usage/python.md){.md-button .md-button--primary}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue