Fix incorrect CLI commands in Datasets Docs (#14889)
This commit is contained in:
parent
eb184a6c07
commit
9ff33d67b6
17 changed files with 34 additions and 34 deletions
|
|
@ -74,7 +74,7 @@ To train a CNN model on the Fashion-MNIST dataset for 100 epochs with an image s
|
|||
|
||||
```bash
|
||||
# Start training from a pretrained *.pt model
|
||||
yolo detect train data=fashion-mnist model=yolov8n-cls.pt epochs=100 imgsz=28
|
||||
yolo classify train data=fashion-mnist model=yolov8n-cls.pt epochs=100 imgsz=28
|
||||
```
|
||||
|
||||
## Sample Images and Annotations
|
||||
|
|
@ -117,7 +117,7 @@ To train an Ultralytics YOLO model on the Fashion-MNIST dataset, you can use bot
|
|||
=== "CLI"
|
||||
|
||||
```bash
|
||||
yolo detect train data=fashion-mnist model=yolov8n-cls.pt epochs=100 imgsz=28
|
||||
yolo classify train data=fashion-mnist model=yolov8n-cls.pt epochs=100 imgsz=28
|
||||
```
|
||||
|
||||
For more detailed training parameters, refer to the [Training page](../../modes/train.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue