"results/bloom/bloom-1b1/bloom-1b1_xstory_cloze_0-shot.json" did not exist on "0542d35d5e56768dd9041ef9b88b90256970d843"
yolov7_tiny_60e_voc.yml 512 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
20
21
22
23
24
25
26
27
28
29
_BASE_: [
  '../yolov7/yolov7_tiny_300e_coco.yml',
  '../datasets/voc.yml',
]
log_iter: 50
snapshot_epoch: 5
weights: output/yolov7_tiny_60e_voc/model_final

pretrain_weights: https://paddledet.bj.bcebos.com/models/yolov7_tiny_300e_coco.pdparams
arch: tiny
act: LeakyReLU


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

EvalReader:
  batch_size: 4


epoch: 60
LearningRate:
  base_lr: 0.001
  schedulers:
  - !YOLOv5LRDecay
    max_epochs: 60
    min_lr_ratio: 0.1
  - !ExpWarmup
    epochs: 1