YOLO / config /config.yaml
henry000's picture
✨ [Finish] Dataloder and get_dataloader
23db031
raw
history blame
168 Bytes
hydra:
run:
dir: ./runs
defaults:
- data: coco
- download: ../data/download
- augmentation: ../data/augmentation
- model: v7-base
- hyper: default
- _self_