Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun committed Oct 10, 2023
1 parent 613cbd5 commit 76a3511
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/benchmark/benchmark_fbopt_pacs_diva.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ domainlab_args:
npath_topic_distrib_img2topic: examples/nets/resnet50domainbed.py
npath_encoder_sandwich_layer_img2h4zd: examples/nets/resnet50domainbed.py
exp_shoulder_clip: 10
mu_clip: 10_000
mu_clip: 1000_000
coeff_ma: 0.5
zx_dim: 0
zy_dim: 64
Expand All @@ -41,25 +41,25 @@ Shared params:

k_i_gain:
min: 0.0001
max: 0.1
max: 0.01
num: 3
distribution: uniform

mu_init:
min: 0.00001
max: 0.001
min: 0.000001
max: 0.00001
num: 3
distribution: loguniform

gamma_y:
min: 1e4
min: 1.0
max: 1e6
step: 100
num: 3
distribution: loguniform

gamma_d:
min: 1e4
min: 1.0
max: 1e6
step: 100
num: 3
Expand All @@ -74,7 +74,7 @@ diva_fbopt_full:
trainer: fbopt
str_mu: gammad_recon
gamma_y: 1.0
ini_setpoint_ratio: 0.95
ini_setpoint_ratio: 0.99
shared:
- k_i_gain
- mu_init
Expand Down

0 comments on commit 76a3511

Please sign in to comment.