"configs/repvgg/repvgg-D2se_8xb32_in1k.py" did not exist on "13967a0a964b33dd4bda9037699ee53d523cf9f7"
yolov6lite_l_400e_coco.yml 389 Bytes
Newer Older
wangkx1's avatar
wangkx1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
_BASE_: [
  '../datasets/coco_detection.yml',
  '../runtime.yml',
  '_base_/optimizer_400e.yml',
  '_base_/yolov6lite_effibackbone.yml',
  '_base_/yolov6lite_reader_320.yml',
]
width_mult: 1.5
log_iter: 100
snapshot_epoch: 10
weights: output/yolov6lite_l_400e_coco/model_final


### reader config
TrainReader:
  batch_size: 32 # default 8 gpus, total bs = 256

EvalReader:
  batch_size: 8