You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow codes below with custom dataset to train model. %run ./train.py --img 640 --batch-size 12 --epochs 3 --data "D:\yolov5\data\custom.yaml" \ --cfg ../models/yolov5s.yaml --weights "" \ --workers 0 --name 20220321_640_20b_3e_digitals \ --multi-scale --device 0 --hyp ".\data\hyp.scratch_2.yaml"
But I can not reproduce the size of weights(about 24.8 MB), what I get is around size 14 MB.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I follow codes below with custom dataset to train model.
%run ./train.py --img 640 --batch-size 12 --epochs 3 --data "D:\yolov5\data\custom.yaml" \ --cfg ../models/yolov5s.yaml --weights "" \ --workers 0 --name 20220321_640_20b_3e_digitals \ --multi-scale --device 0 --hyp ".\data\hyp.scratch_2.yaml"
But I can not reproduce the size of weights(about 24.8 MB), what I get is around size 14 MB.
Do you have any idea about this?
Beta Was this translation helpful? Give feedback.
All reactions