"tests/test_evaluation/test_metrics/test_metric_utils.py" did not exist on "495d9ed9f3cc0494260d1e1fcfb5bf78af5dc502"
internimage_xl_22kto1k_384.yaml 707 Bytes
Newer Older
PRC-Huang's avatar
PRC-Huang committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DATA:
  IMG_SIZE: 384
  IMG_ON_MEMORY: True
AUG:
  MIXUP: 0.0
  CUTMIX: 0.0
  REPROB: 0.0
MODEL:
  TYPE: intern_image
  DROP_PATH_RATE: 0.2
  LABEL_SMOOTHING: 0.3
  INTERN_IMAGE:
    CORE_OP: 'DCNv3'
    DEPTHS: [5, 5, 24, 5]
    GROUPS: [12, 24, 48, 96]
    CHANNELS: 192
    LAYER_SCALE: 1e-5
    OFFSET_SCALE: 2.0
    MLP_RATIO: 4.0
    POST_NORM: True
21
  PRETRAINED: 'pretrained/internimage_xl_22k_192to384.pth'
PRC-Huang's avatar
PRC-Huang committed
22
23
24
25
26
27
28
29
30
31
TRAIN:
  EMA:
    ENABLE: true
    DECAY: 0.9999
  EPOCHS: 20
  WARMUP_EPOCHS: 2
  WEIGHT_DECAY: 0.05
  BASE_LR: 2e-05 # 512
  WARMUP_LR: .0
  MIN_LR: .0
32
33
  LR_LAYER_DECAY: true
  LR_LAYER_DECAY_RATIO: 0.9
PRC-Huang's avatar
PRC-Huang committed
34
35
36
37
  USE_CHECKPOINT: true
  OPTIMIZER:
    DCN_LR_MUL: 0.1
AMP_OPT_LEVEL: O0
zhe chen's avatar
zhe chen committed
38
EVAL_FREQ: 1