Return metrics, Update docs (#846)
This commit is contained in:
parent
3633d4c06b
commit
2e7a533ac3
9 changed files with 161 additions and 179 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue