-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_config.yaml
58 lines (58 loc) · 1.19 KB
/
sample_config.yaml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
data:
batch_size: 400
datafiles:
test: /home2/kanakala.ganesh/ir_data/raw_test.pickle
train: /home2/kanakala.ganesh/ir_data/raw_train.pickle
val: /home2/kanakala.ganesh/ir_data/raw_val.pickle
max_charge: null
normalization: minmax
num_species: null
num_workers: 20
qm9_broad_ir_path: /home2/kanakala.ganesh/ir_data/qm9_broad_ir.pkl
seq_len: 70
shuffle: true
splits:
- 0.8
- 0.1
- 0.1
vocab_path: /home2/kanakala.ganesh/CLIP_PART_1/data/qm9_vocab.pkl
molecule_decoder:
hidden_size: 512
in_size: 512
latent_size: 512
n_heads: 4
n_layers: 3
molecule_encoder:
attention: 1
coords_weight: 1.0
device: cuda
hidden_nf: 256
in_edge_nf: 0
in_node_nf: 15
n_layers: 5
node_attr: 1
output_size: 512
spectra_encoder:
d_ff: 1024
dropout: 0.1
dropout_emb: 0.1
h_dim: 512
max_time_steps: 1000
num_heads: 7
num_layers: 5
output_size: 512
patch_size: 7
use_clf_token: true
train:
checkpoint_dir: checkpoints/RUN_best_config
device: cuda
lr: 0.0001
num_epochs: 500
temperature: 1
threshold: 0.9999
weight_decay: 1.0e-06
wandb:
dir: /scratch/kanakala.ganesh/
job_type: sample
project_name: CLIP_Full
run_name: RUN_best_config