[Docs]: Link buttons, add autobackend, BaseModel and ops (#130)
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:
parent
af6e3c536b
commit
8996c5c6cf
10 changed files with 562 additions and 96 deletions
|
|
@ -1,5 +1,6 @@
|
|||
__version__ = "8.0.0.dev0"
|
||||
|
||||
from ultralytics.yolo.engine.model import YOLO
|
||||
from ultralytics.yolo.utils import ops
|
||||
|
||||
__all__ = ["__version__", "YOLO", "hub"] # allow simpler import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue