Skip to content

Commit

Permalink
⏪ random small defaults restored
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Jun 4, 2024
1 parent 2cb9aa5 commit 23cb783
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tutorial/config/task/random_small__id_assoc_bayes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defaults:

batch_size: 10

num_refits: 40 # default is 40
num_refits: 40

target_dataset: random.small.drugs
target_value: 1
Expand Down
4 changes: 2 additions & 2 deletions tutorial/config/task/random_small__id_assoc_ttest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defaults:

batch_size: 10 # number of samples per batch in training loop

num_refits: 5 # 10 is the default # number of times to refit (retrain) model
num_refits: 10 # number of times to refit (retrain) model

target_dataset: random.small.drugs # dataset to perturb
target_value: 1 # value to change to
Expand All @@ -15,4 +15,4 @@ model: # model configuration

training_loop: # training loop configuration
lr: 1e-4 # learning rate
num_epochs: 40 # 40 is the default # number of epochs
num_epochs: 40 # number of epochs
6 changes: 3 additions & 3 deletions tutorial/config/task/random_small__latent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ feature_names:

model:
num_hidden:
- 12
num_latent: 8 #150
- 1000
num_latent: 150
beta: .0001
dropout: .1

training_loop:
lr: 1e-4
num_epochs: 300
num_epochs: 40

0 comments on commit 23cb783

Please sign in to comment.