Update more/missing type qualifiers to lowercase MkDocs admonitions (#16215)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
6b95967e08
commit
b9f0983e82
148 changed files with 223 additions and 223 deletions
|
|
@ -137,11 +137,11 @@ Train a YOLOv5s model on COCO128 by specifying dataset, batch-size, image size a
|
|||
python train.py --img 640 --epochs 3 --data coco128.yaml --weights yolov5s.pt
|
||||
```
|
||||
|
||||
!!! tip "Tip"
|
||||
!!! tip
|
||||
|
||||
💡 Add `--cache ram` or `--cache disk` to speed up training (requires significant RAM/disk resources).
|
||||
|
||||
!!! tip "Tip"
|
||||
!!! tip
|
||||
|
||||
💡 Always train from a local dataset. Mounted or network drives like Google Drive will be very slow.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue