Skip to content

Commit

Permalink
Update e3nn configs
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitjo committed Sep 18, 2023
1 parent bb38789 commit 171344b
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 8 deletions.
4 changes: 0 additions & 4 deletions proteinworkshop/config/sweeps/baseline_fold_e3nn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ parameters:

dataset.datamodule.num_workers:
value: 8

# reduced batch size from 32 -> 16 for e3nn's
dataset.datamodule.batch_size:
value: 16

encoder:
values: [tfn, mace]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
command:
- ${env}
- HYDRA_FULL_ERROR=1
- WANDB_START_METHOD=thread
- python
- ${program}
- ${args_no_hyphens}
method: grid
metric:
goal: minimize
name: val/loss/total
name: baseline_hyperparameter_search_e3nn
parameters:
dataset:
values:
- fold_family
decoder.graph_label.dropout:
values:
- 0
- 0.1
- 0.3
- 0.5
encoder:
values:
- tfn
- mace
extras.enforce_tags:
value: false
features:
values:
- ca_base
- ca_seq
- ca_angles
- ca_bb
- ca_sc
logger:
value: wandb
name:
value: ${hydra:runtime.choices.encoder}_${hydra:runtime.choices.features}_lr_${optimiser.optimizer.lr}_d_${decoder.graph_label.dropout}
optimiser.optimizer.lr:
values:
- 0.00001
- 0.0001
- 0.0003
- 0.001
scheduler:
value: plateau
task:
values:
- multiclass_graph_classification
test:
value: true
trainer.max_epochs:
value: 300
program: proteinworkshop/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ parameters:
dataset.datamodule.num_workers:
value: 8

# reduced batch size from 32 -> 16 for e3nn's
dataset.datamodule.batch_size:
value: 16

encoder:
values: [tfn, mace]

Expand Down

0 comments on commit 171344b

Please sign in to comment.