Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun committed Oct 9, 2023
1 parent 72074dc commit 9253f8c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
20 changes: 17 additions & 3 deletions examples/benchmark/benchmark_fbopt_mnist_jigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ Shared params:
num: 3
distribution: uniform

gamma_reg:
min: 0.01
max: 1000
num: 10
distribution: loguniform



# Test fbopt with different hyperparameter configurations

jigen_feedback:
Expand All @@ -67,9 +75,15 @@ jigen_feedback:

jigen_feedforward:
aname: jigen
trainer: fbopt
trainer: hyperscheduler
shared:
- pperm

- gamma_reg

jigen_fixed_penalty:
aname: jigen
trainer: basic
shared:
- gamma_reg

erm:
aname: deepall
3 changes: 3 additions & 0 deletions examples/benchmark/benchmark_fbopt_pacs_jigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ jigen_fixed_penalty:
trainer: basic
shared:
- gamma_reg

erm:
aname: deepall

0 comments on commit 9253f8c

Please sign in to comment.