Created
August 16, 2022 09:57
-
-
Save thepycoder/3df1302debee3b7da47d456a8276b345 to your computer and use it in GitHub Desktop.
Train YOLOv5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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