2 lines
150 B
Bash
2 lines
150 B
Bash
python ~/yolov5/train.py --img 640 --project merge --name run --batch 192 --epochs 300 --data cfg.yaml --weights '' --cfg yolov5s.yaml --cache ram
|