libokj commited on
Commit
fe0f700
·
verified ·
1 Parent(s): 9eafd57

Delete configs

Browse files
configs/geom_difflinker.yml DELETED
@@ -1,38 +0,0 @@
1
- exp_name: 'geom_difflinker'
2
- data: datasets
3
- train_data_prefix: geom_multifrag_train
4
- val_data_prefix: geom_multifrag_val
5
- checkpoints: models
6
- logs: logs
7
- device: gpu
8
- log_iterations: null
9
- wandb_entity: null
10
- enable_progress_bar: False
11
-
12
- model: egnn_dynamics
13
- lr: 2.0e-4
14
- batch_size: 64
15
- n_layers: 6
16
- n_epochs: 1500
17
- test_epochs: 20
18
- n_stability_samples: 10
19
- nf: 128
20
- activation: silu
21
- attention: False
22
- condition_time: True
23
- tanh: False
24
- norm_constant: 0.000001
25
- inv_sublayers: 2
26
- include_charges: False
27
- diffusion_loss_type: l2
28
- data_augmentation: False
29
- center_of_mass: fragments
30
- remove_anchors_context: True
31
-
32
- sin_embedding: False
33
- normalization_factor: 100
34
- normalize_factors: [1, 4, 10]
35
- aggregation_method: 'sum'
36
- normalization: batch_norm
37
-
38
- resume:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
configs/geom_difflinker_given_anchors.yml DELETED
@@ -1,37 +0,0 @@
1
- exp_name: 'geom_difflinker_given_anchors'
2
- data: datasets
3
- train_data_prefix: geom_multifrag_train
4
- val_data_prefix: geom_multifrag_val
5
- checkpoints: models
6
- logs: logs
7
- device: gpu
8
- log_iterations: null
9
- wandb_entity: null
10
- enable_progress_bar: False
11
-
12
- model: egnn_dynamics
13
- lr: 2.0e-4
14
- batch_size: 128
15
- n_layers: 6
16
- n_epochs: 1500
17
- test_epochs: 20
18
- n_stability_samples: 10
19
- nf: 128
20
- activation: silu
21
- attention: False
22
- condition_time: True
23
- tanh: False
24
- norm_constant: 0.000001
25
- inv_sublayers: 2
26
- include_charges: False
27
- diffusion_loss_type: l2
28
- data_augmentation: False
29
- center_of_mass: anchors
30
-
31
- sin_embedding: False
32
- normalization_factor: 100
33
- normalize_factors: [1, 4, 10]
34
- aggregation_method: 'sum'
35
- normalization: batch_norm
36
-
37
- resume:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
configs/pockets_difflinker_backbone.yml DELETED
@@ -1,38 +0,0 @@
1
- exp_name: 'pockets_difflinker_backbone'
2
- data: datasets
3
- train_data_prefix: MOAD_train.bb
4
- val_data_prefix: MOAD_val.bb
5
- checkpoints: models
6
- logs: logs
7
- device: gpu
8
- log_iterations: null
9
- wandb_entity: null
10
- enable_progress_bar: False
11
-
12
- model: egnn_dynamics
13
- lr: 2.0e-4
14
- batch_size: 32
15
- n_layers: 6
16
- n_epochs: 1000
17
- test_epochs: 20
18
- n_stability_samples: 5
19
- nf: 128
20
- activation: silu
21
- attention: False
22
- condition_time: True
23
- tanh: False
24
- norm_constant: 0.000001
25
- inv_sublayers: 2
26
- include_charges: False
27
- diffusion_loss_type: l2
28
- data_augmentation: False
29
- center_of_mass: anchors
30
- graph_type: 4A
31
-
32
- sin_embedding: False
33
- normalization_factor: 100
34
- normalize_factors: [1, 4, 10]
35
- aggregation_method: 'sum'
36
- normalization: batch_norm
37
-
38
- resume:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
configs/pockets_difflinker_full.yml DELETED
@@ -1,38 +0,0 @@
1
- exp_name: 'pockets_difflinker_full'
2
- data: datasets
3
- train_data_prefix: MOAD_train.full
4
- val_data_prefix: MOAD_val.full
5
- checkpoints: models
6
- logs: logs
7
- device: gpu
8
- log_iterations: null
9
- wandb_entity: null
10
- enable_progress_bar: False
11
-
12
- model: egnn_dynamics
13
- lr: 2.0e-4
14
- batch_size: 32
15
- n_layers: 6
16
- n_epochs: 1000
17
- test_epochs: 20
18
- n_stability_samples: 5
19
- nf: 128
20
- activation: silu
21
- attention: False
22
- condition_time: True
23
- tanh: False
24
- norm_constant: 0.000001
25
- inv_sublayers: 2
26
- include_charges: False
27
- diffusion_loss_type: l2
28
- data_augmentation: False
29
- center_of_mass: anchors
30
- graph_type: 4A
31
-
32
- sin_embedding: False
33
- normalization_factor: 100
34
- normalize_factors: [1, 4, 10]
35
- aggregation_method: 'sum'
36
- normalization: batch_norm
37
-
38
- resume:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
configs/pockets_difflinker_full_no_anchors.yml DELETED
@@ -1,39 +0,0 @@
1
- exp_name: 'pockets_difflinker_full'
2
- data: datasets
3
- train_data_prefix: MOAD_train.full
4
- val_data_prefix: MOAD_val.full
5
- checkpoints: models
6
- logs: logs
7
- device: gpu
8
- log_iterations: null
9
- wandb_entity: null
10
- enable_progress_bar: False
11
-
12
- model: egnn_dynamics
13
- lr: 2.0e-4
14
- batch_size: 32
15
- n_layers: 6
16
- n_epochs: 1000
17
- test_epochs: 20
18
- n_stability_samples: 5
19
- nf: 128
20
- activation: silu
21
- attention: False
22
- condition_time: True
23
- tanh: False
24
- norm_constant: 0.000001
25
- inv_sublayers: 2
26
- include_charges: False
27
- diffusion_loss_type: l2
28
- data_augmentation: False
29
- center_of_mass: fragments
30
- remove_anchors_context: True
31
- graph_type: 4A
32
-
33
- sin_embedding: False
34
- normalization_factor: 100
35
- normalize_factors: [1, 4, 10]
36
- aggregation_method: 'sum'
37
- normalization: batch_norm
38
-
39
- resume:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
configs/pockets_difflinker_full_no_anchors_fc.yml DELETED
@@ -1,39 +0,0 @@
1
- exp_name: 'pockets_full_no_anchors_fc'
2
- data: /home/igashov/work/diffusion_linker_data/e3_ddpm_linker_design/bindingmoad
3
- train_data_prefix: MOAD_train.full
4
- val_data_prefix: MOAD_val.full
5
- checkpoints: /home/igashov/work/diffusion_linker_data/e3_ddpm_linker_design/checkpoints
6
- logs: /home/igashov/work/diffusion_linker_data/e3_ddpm_linker_design/logs
7
- device: gpu
8
- log_iterations: null
9
- wandb_entity: geometric
10
- enable_progress_bar: False
11
-
12
- model: egnn_dynamics
13
- lr: 2.0e-4
14
- batch_size: 16
15
- n_layers: 6
16
- n_epochs: 1000
17
- test_epochs: 20
18
- n_stability_samples: 5
19
- nf: 128
20
- activation: silu
21
- attention: False
22
- condition_time: True
23
- tanh: False
24
- norm_constant: 0.000001
25
- inv_sublayers: 2
26
- include_charges: False
27
- diffusion_loss_type: l2
28
- data_augmentation: False
29
- center_of_mass: fragments
30
- remove_anchors_context: True
31
- graph_type: FC-10A-4A
32
-
33
- sin_embedding: False
34
- normalization_factor: 100
35
- normalize_factors: [1, 4, 10]
36
- aggregation_method: 'sum'
37
- normalization: batch_norm
38
-
39
- resume:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
configs/pockets_difflinker_unconditioned.yml DELETED
@@ -1,38 +0,0 @@
1
- exp_name: 'pockets_difflinker_unconditioned'
2
- data: datasets
3
- train_data_prefix: MOAD_train
4
- val_data_prefix: MOAD_val
5
- checkpoints: models
6
- logs: logs
7
- device: gpu
8
- log_iterations: null
9
- wandb_entity: null
10
- enable_progress_bar: False
11
-
12
- model: egnn_dynamics
13
- lr: 2.0e-4
14
- batch_size: 32
15
- n_layers: 6
16
- n_epochs: 1000
17
- test_epochs: 20
18
- n_stability_samples: 5
19
- nf: 128
20
- activation: silu
21
- attention: False
22
- condition_time: True
23
- tanh: False
24
- norm_constant: 0.000001
25
- inv_sublayers: 2
26
- include_charges: False
27
- diffusion_loss_type: l2
28
- data_augmentation: False
29
- center_of_mass: anchors
30
- graph_type: 4A
31
-
32
- sin_embedding: False
33
- normalization_factor: 100
34
- normalize_factors: [1, 4, 10]
35
- aggregation_method: 'sum'
36
- normalization: batch_norm
37
-
38
- resume:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
configs/zinc_difflinker.yml DELETED
@@ -1,38 +0,0 @@
1
- exp_name: 'zinc_difflinker'
2
- data: datasets
3
- train_data_prefix: zinc_final_train
4
- val_data_prefix: zinc_final_val
5
- checkpoints: models
6
- logs: logs
7
- device: gpu
8
- log_iterations: null
9
- wandb_entity: null
10
- enable_progress_bar: True
11
-
12
- model: egnn_dynamics
13
- lr: 2.0e-4
14
- batch_size: 128
15
- n_layers: 8
16
- n_epochs: 1000
17
- test_epochs: 20
18
- n_stability_samples: 10
19
- nf: 128
20
- activation: silu
21
- attention: False
22
- condition_time: True
23
- tanh: False
24
- norm_constant: 0.000001
25
- inv_sublayers: 2
26
- include_charges: False
27
- diffusion_loss_type: l2
28
- data_augmentation: False
29
- center_of_mass: fragments
30
- remove_anchors_context: True
31
-
32
- sin_embedding: False
33
- normalization_factor: 100
34
- normalize_factors: [1, 4, 10]
35
- aggregation_method: 'sum'
36
- normalization: batch_norm
37
-
38
- resume:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
configs/zinc_difflinker_given_anchors.yml DELETED
@@ -1,37 +0,0 @@
1
- exp_name: 'zinc_difflinker_given_anchors'
2
- data: datasets
3
- train_data_prefix: zinc_final_train
4
- val_data_prefix: zinc_final_val
5
- checkpoints: models
6
- logs: logs
7
- device: gpu
8
- log_iterations: null
9
- wandb_entity: null
10
- enable_progress_bar: False
11
-
12
- model: egnn_dynamics
13
- lr: 2.0e-4
14
- batch_size: 128
15
- n_layers: 8
16
- n_epochs: 1000
17
- test_epochs: 20
18
- n_stability_samples: 10
19
- nf: 128
20
- activation: silu
21
- attention: False
22
- condition_time: True
23
- tanh: False
24
- norm_constant: 0.000001
25
- inv_sublayers: 2
26
- include_charges: False
27
- diffusion_loss_type: l2
28
- data_augmentation: False
29
- center_of_mass: anchors
30
-
31
- sin_embedding: False
32
- normalization_factor: 100
33
- normalize_factors: [1, 4, 10]
34
- aggregation_method: 'sum'
35
- normalization: batch_norm
36
-
37
- resume: