File size: 294 Bytes
53622b5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
optim_type: adamw
lr_choice: single_stage
lr_schedule: polynomial_decay
lr: 0.0001
lr_decay: 0
end_lr: 0
lr_mult: 1
weight_decay: 0.0001
warmup_steps: 0.0
validation_metric_name: iou
custom_metric_func: null
efficient_finetune: lora
mixup_off_epoch: 5
skip_final_val: false
track_grad_norm: -1
|