Error_config.yml 700 Bytes
task: Error
modelname: MobilenetV3
output: output
checkpoint: "output/Error/2456_model=MobilenetV3-ep=3000-block=4/model_best.pth.tar"
gpu: [1]
data:
  train: ../data/Fifth_data/Error
  val: ../data/Fifth_data/Error
  test: ../data/Fifth_data/Error
train:
  epochs: 3000
  start-epoch: 0
  batch-size: 256
  worker: 16
  resume: ''
  augment: True
  size: 64
  confidence: False
  weight: [1., 1.]    #Error , Normal
predict:
  batch-size: 256
  worker: 16
  cam: False
  cam-class: "Error"
  normalize: True
  save: False
optimizer:
  type: 'SGD'
  lr: 0.1
  momentum: 0.9
  weight_decay: 0.0001
loss:
  gamma: 2.
  alpha: 0.8
model:
  blocks: 4
  class: 2
etc:
  tensorboard: False
  print_freq: 10