Skip to content

Instantly share code, notes, and snippets.

@thepycoder
Created August 16, 2022 09:57
Show Gist options
  • Save thepycoder/3df1302debee3b7da47d456a8276b345 to your computer and use it in GitHub Desktop.
Save thepycoder/3df1302debee3b7da47d456a8276b345 to your computer and use it in GitHub Desktop.
Train YOLOv5
python train.py --img 640 --batch 16 --epochs 3 --data coco128.yaml --weights yolov5s.pt --cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment