Return metrics, Update docs (#846)

This commit is contained in:
Laughing 2023-02-08 05:33:25 +08:00 committed by GitHub
parent 3633d4c06b
commit 2e7a533ac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 161 additions and 179 deletions

View file

@ -20,7 +20,9 @@ The simplest way of simply using YOLOv8 directly in a Python environment.
=== "Resume"
```python
TODO: Resume feature is under development and should be released soon.
# TODO: Resume feature is under development and should be released soon.
model = YOLO("last.pt")
model.train(resume=True)
```
!!! example "Val"