Skip to content

Commit

Permalink
🔧 Add default KS config
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-heme committed Jun 4, 2024
1 parent 0dc2a0f commit 25fc96b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
26 changes: 26 additions & 0 deletions src/move/conf/task/identify_associations_ks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
defaults:
- identify_associations_ks_schema

model:
categorical_weights: ${weights:${data.categorical_inputs}}
continuous_weights: ${weights:${data.continuous_inputs}}
num_hidden:
- 100
num_latent: 50
beta: 0.1
dropout: 0.1
cuda: false

training_loop:
lr: 1e-4
num_epochs: 200
batch_dilation_steps:
- 50
- 100
- 150
kld_warmup_steps:
- 15
- 20
- 25
early_stopping: false
patience: 0
13 changes: 0 additions & 13 deletions tutorial/config/task/random_continuous__id_assoc_ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,15 @@ target_value: plus_std
save_refits: True

model:
categorical_weights: ${weights:${data.categorical_inputs}}
continuous_weights: ${weights:${data.continuous_inputs}}
num_hidden:
- 100
num_latent: 50
beta: 0.1
dropout: 0.1
cuda: false

training_loop:
lr: 1e-4
num_epochs: 200
batch_dilation_steps:
- 50
- 100
- 150
kld_warmup_steps:
- 15
- 20
- 25
early_stopping: false
patience: 0

perturbed_feature_names:
- proteomics_3
Expand Down

0 comments on commit 25fc96b

Please sign in to comment.