Skip to content

Commit 78aeafd

Browse files
authored
Merge pull request #898 from marrlab/mhof_dev_lr_scheduler
Mhof dev lr scheduler
2 parents 924f4cc + c4d8bfc commit 78aeafd

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

examples/benchmark/aistat_trainer_combo_dial_irm_erm_mhof.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,17 @@ domainlab_args:
2323
zx_dim: 0
2424
zy_dim: 64
2525
zd_dim: 64
26-
opt: AdamW
26+
lr_scheduler: CosineAnnealingLR
2727

2828

2929
Shared params:
30+
opt:
31+
distribution: categorical
32+
datatype: str
33+
values:
34+
- AdamW
35+
- Adam
36+
3037
nb4reg_over_task_ratio:
3138
distribution: categorical # name of the distribution
3239
datatype: int
@@ -79,14 +86,14 @@ fixed_multplier_irm_dial:
7986
trainer: irm_dial
8087
shared:
8188
- gamma_reg
82-
- nb4reg_over_task_ratio
89+
- opt
8390

8491
feedforward_irm_dial:
8592
model: erm
8693
trainer: hyperscheduler_irm_dial
8794
shared:
8895
- gamma_reg
89-
- nb4reg_over_task_ratio
96+
- opt
9097

9198
mhof_irm_dial_erm:
9299
model: erm
@@ -98,7 +105,13 @@ mhof_irm_dial_erm:
98105
nb4reg_over_task_ratio: 0
99106
str_setpoint_ada: "SliderAnyComponent()"
100107
shared:
108+
- opt
101109
- k_i_gain_ratio
102110
- mu_init
103111
- mu_clip
104112
- exp_shoulder_clip
113+
114+
erm:
115+
model: erm
116+
shared:
117+
- opt

0 commit comments

Comments
 (0)