Update datasets/classify/index.md Docs (#3244)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Wang Xin
2023-06-20 04:06:47 +08:00
committed by GitHub
parent e9205974ff
commit 0632c88722
2 changed files with 6 additions and 7 deletions

View File

@ -97,9 +97,9 @@ In this example, the `train` directory contains subdirectories for each class in
```bash
# Start training from a pretrained *.pt model
yolo detect train data=path/to/data model=yolov8n-seg.pt epochs=100 imgsz=640
yolo detect train data=path/to/data model=yolov8n-cls.pt epochs=100 imgsz=640
```
## Supported Datasets
TODO
TODO