hardnet_cityscapes_1024x1024_160k.yml 347 Bytes
Newer Older
Sugon_ldc's avatar
Sugon_ldc 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
_base_: '../_base_/cityscapes_1024x1024.yml'

batch_size: 4
iters: 160000

lr_scheduler:
  type: PolynomialDecay
  learning_rate: 0.02

optimizer:
  type: sgd
  momentum: 0.9
  weight_decay: 5.0e-4

model:
  type: HarDNet
  pretrained: null

loss:
  types:
    - type: BootstrappedCrossEntropyLoss
      min_K: 4096
      loss_th: 0.3
  coef: [1]