-
-
Notifications
You must be signed in to change notification settings - Fork 17.1k
Closed
Labels
StaleStale and schedule for closing soonStale and schedule for closing soonquestionFurther information is requestedFurther information is requested
Description
Search before asking
- I have searched the YOLOv5 issues and discussions and found no similar questions.
Question
I want to train a yolov5s on my own dataset and randomly initialize the weights. I have modified coco128.yaml and run the sh
python .\train.py --img 640 --batch 16 --data .\data\coco128.yaml --cfg .\models\yolov5s.yaml --weights '' --device 0
as the tutorial said,then the error occured:
train.py: error: argument --weights: expected one argument
I don't know how to deal with it
Additional
No response
Metadata
Metadata
Assignees
Labels
StaleStale and schedule for closing soonStale and schedule for closing soonquestionFurther information is requestedFurther information is requested