Diff of /configs/moad_ca_cond.yml [000000] .. [607087]

Switch to unified view

a b/configs/moad_ca_cond.yml
1
run_name: 'SE3-cond-CA'
2
logdir: '/path/to/logdir'
3
wandb_params:
4
  mode: 'online'  # disabled, offline, online
5
  entity: 'my_username'
6
  group: 'bindingmoad'
7
dataset: 'bindingmoad'
8
datadir: '/path/to/processed_noH_ca/'
9
enable_progress_bar: False
10
num_sanity_val_steps: 0
11
12
mode: 'pocket_conditioning'
13
pocket_representation: 'CA'
14
virtual_nodes: False
15
batch_size: 64
16
lr: 5.0e-4
17
n_epochs: 1000
18
num_workers: 2
19
gpus: 1
20
clip_grad: True
21
augment_rotation: False
22
augment_noise: 0
23
24
auxiliary_loss: False
25
loss_params:
26
  max_weight: 0.001
27
  schedule: 'linear'
28
  clamp_lj: 3.0
29
30
egnn_params:
31
  device: 'cuda'
32
  edge_cutoff_ligand: null
33
  edge_cutoff_pocket: 8.0
34
  edge_cutoff_interaction: 8.0
35
  reflection_equivariant: False
36
  edge_embedding_dim: null
37
  joint_nf: 32
38
  hidden_nf: 128
39
  n_layers: 5
40
  attention: True
41
  tanh: True
42
  norm_constant: 1
43
  inv_sublayers: 1
44
  sin_embedding: False
45
  aggregation_method: 'sum'
46
  normalization_factor: 100  # used if aggregation_method='sum'
47
48
diffusion_params:
49
  diffusion_steps: 500
50
  diffusion_noise_schedule: 'polynomial_2'  # learned, cosine
51
  diffusion_noise_precision: 1.0e-5
52
  diffusion_loss_type: 'l2'  # vlb, l2
53
  normalize_factors: [1, 4]  # [x, h]
54
55
eval_epochs: 25
56
visualize_sample_epoch: 25
57
visualize_chain_epoch: 25
58
eval_params:
59
  n_eval_samples: 100
60
  smiles_file: '/path/to/train_smiles.npy'
61
  n_visualize_samples: 5
62
  keep_frames: 100