dimenet.yaml 604 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: "dimenet"

model:
  emb_size: 128
  num_blocks: 6
  num_bilinear: 8
  num_spherical: 7
  num_radial: 6
  envelope_exponent: 5
  cutoff: 5.0
  num_before_skip: 1
  num_after_skip: 2
  num_dense_output: 3
  # ['mu', 'alpha', 'homo', 'lumo', 'gap', 'r2', 'zpve', 'U0', 'U', 'H', 'G', 'Cv']
  targets: ['U0']

train:
  num_train: 110000
  num_valid: 10000
  data_seed: 42
  lr: 0.001
  weight_decay: 0.0001
  ema_decay: 0
  batch_size: 45
  epochs: 300
  early_stopping: 20
  num_workers: 18
  gpu: 0
  interval: 50
  step_size: 100
  gamma: 0.3

pretrain:
  flag: False
  path: 'pretrained/converted/'