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
|
|
@ -46,7 +46,7 @@ To train a YOLO model on the Caltech-101 dataset for 100 epochs, you can use the
|
|||
|
||||
```bash
|
||||
# Start training from a pretrained *.pt model
|
||||
yolo detect train data=caltech101 model=yolov8n-cls.pt epochs=100 imgsz=416
|
||||
yolo classify train data=caltech101 model=yolov8n-cls.pt epochs=100 imgsz=416
|
||||
```
|
||||
|
||||
## Sample Images and Annotations
|
||||
|
|
@ -108,7 +108,7 @@ To train an Ultralytics YOLO model on the Caltech-101 dataset, you can use the p
|
|||
|
||||
```bash
|
||||
# Start training from a pretrained *.pt model
|
||||
yolo detect train data=caltech101 model=yolov8n-cls.pt epochs=100 imgsz=416
|
||||
yolo classify train data=caltech101 model=yolov8n-cls.pt epochs=100 imgsz=416
|
||||
```
|
||||
For more detailed arguments and options, refer to the model [Training](../../modes/train.md) page.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue