[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
15
docs/reference/nn.md
Normal file
15
docs/reference/nn.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# nn Module
|
||||
Ultralytics nn module contains 3 main components:
|
||||
|
||||
1. **AutoBackend**: A module that can run inference on all popular model formats
|
||||
2. **BaseModel**: `BaseModel` class defines the operations supported by tasks like Detection and Segmentation
|
||||
3. **modules**: Optimized and reusable neural network blocks built on PyTorch.
|
||||
|
||||
## AutoBackend
|
||||
:::ultralytics.nn.autobackend.AutoBackend
|
||||
|
||||
## BaseModel
|
||||
:::ultralytics.nn.tasks.BaseModel
|
||||
|
||||
## Modules
|
||||
TODO
|
||||
Loading…
Add table
Add a link
Reference in a new issue