ultralytics 8.0.14 Hydra removal fixes and cleanup (#542)
Co-authored-by: ayush chaurasia <ayush.chaurarsia@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kamlesh Kumar <patelkamleshpatel364@gmail.com>
This commit is contained in:
parent
cc3be0e223
commit
d9a0fba251
30 changed files with 339 additions and 301 deletions
|
|
@ -17,7 +17,7 @@ Where:
|
|||
the `TASK` from the model type.
|
||||
- `MODE` (required) is one of `[train, val, predict, export]`
|
||||
- `ARGS` (optional) are any number of custom `arg=value` pairs like `imgsz=320` that override defaults.
|
||||
For a full list of available `ARGS` see the [Configuration](config.md) page.
|
||||
For a full list of available `ARGS` see the [Configuration](cfg.md) page.
|
||||
|
||||
!!! note ""
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ Where:
|
|||
## Train
|
||||
|
||||
Train YOLOv8n on the COCO128 dataset for 100 epochs at image size 640. For a full list of available arguments see
|
||||
the [Configuration](config.md) page.
|
||||
the [Configuration](cfg.md) page.
|
||||
|
||||
!!! example ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue