[6ac965]: / catenets / models / diffpo / config / depmap.yaml

Download this file

34 lines (29 with data), 568 Bytes

 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
#type: args
# Standard setting: num_step50_lr0.00005_epochs500
dataset:
data_name: "depmap"
train:
epochs: 500 #500
batch_size: 256
lr: 0.001 #0.00005
valid_epoch_interval: 50
diffusion:
layers: 4
channels: 64
f_dim: 180
cond_dim: 185 # conditional variable dimension
hidden_dim: 128
side_dim: 33
nheads: 2 #4
diffusion_embedding_dim: 128
beta_start: 0.0001
beta_end: 0.5
num_steps: 100
schedule: "quad"
mixed: False
model:
is_unconditional: 0
timeemb: 32
featureemb: 32 #16
target_strategy: "random"
mixed: False