Release 8.0.4 fixes (#256)
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> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com> Co-authored-by: TechieG <35962141+gokulnath30@users.noreply.github.com> Co-authored-by: Parthiban Marimuthu <66585214+partheee@users.noreply.github.com>
This commit is contained in:
@ -55,16 +55,16 @@ You can override config file entirely by passing a new file. You can create a co
|
||||
```bash
|
||||
yolo task=init
|
||||
```
|
||||
You can then use special `--cfg name.yaml` command to pass the new config file
|
||||
You can then use `cfg=name.yaml` command to pass the new config file
|
||||
```bash
|
||||
yolo task=detect mode=train {++ --cfg default.yaml ++}
|
||||
yolo cfg=default.yaml
|
||||
```
|
||||
|
||||
??? example
|
||||
=== "Command"
|
||||
```
|
||||
yolo task=init
|
||||
yolo task=detect mode=train --cfg default.yaml
|
||||
yolo cfg=default.yaml
|
||||
```
|
||||
=== "Result"
|
||||
TODO: add terminal output
|
||||
|
Reference in New Issue
Block a user