ultralytics 8.0.143
add Model
base class (#3934)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
@ -3,7 +3,7 @@ description: Explore the detailed guide on using the Ultralytics YOLO Engine Mod
|
||||
keywords: Ultralytics, YOLO, engine model, documentation, guide, implementation, training, evaluation
|
||||
---
|
||||
|
||||
## YOLO
|
||||
## Model
|
||||
---
|
||||
### ::: ultralytics.engine.model.YOLO
|
||||
### ::: ultralytics.engine.model.Model
|
||||
<br><br>
|
||||
|
9
docs/reference/models/yolo/model.md
Normal file
9
docs/reference/models/yolo/model.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
description: Discover the Ultralytics YOLO model class. Learn advanced techniques, tips, and tricks for training.
|
||||
keywords: Ultralytics YOLO, YOLO, YOLO model, Model Training, Machine Learning, Deep Learning, Computer Vision
|
||||
---
|
||||
|
||||
## YOLO
|
||||
---
|
||||
### ::: ultralytics.models.yolo.model.YOLO
|
||||
<br><br>
|
Reference in New Issue
Block a user