You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- weights: ''
- cfg: ./models/custom_yolov5s.yaml
- data: ../data.yaml
- hyp: data/hyp.scratch.yaml
- epochs: 100
- batch_size: 16
- img_size:
- - 416
- - 416
- rect: false
- resume: false
- nosave: false
- notest: false
- noautoanchor: false
- evolve: false
- bucket: ''
- cache_images: true
- name: yolov5s_results
- device: ''
- multi_scale: false
- single_cls: false
- adam: false
- sync_bn: false
- local_rank: -1
- logdir: runs/
- workers: 8
- total_batch_size: 16
- world_size: 1
- global_rank: -1
|