map-anything / configs /train_params /finetune_with_lower_encoder_lr.yaml
aknapitsch user
initial commit of map anything demo
9507532
raw
history blame
351 Bytes
defaults:
- default
# Use 20x lower lr for finetuning
lr: 5e-06
min_lr: 5e-08
# Optimizer parameters specific to submodules
submodule_configs:
# Encoder
encoder:
lr: 2.5e-07
min_lr: 2.5e-09
warmup_epochs: ${train_params.warmup_epochs}
weight_decay: ${train_params.weight_decay}
schedule_type: ${train_params.schedule_type}