scofieldlinlin commited on
Commit
8d80084
·
verified ·
1 Parent(s): 4e36220

Upload score_model/model_parameters.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. score_model/model_parameters.yml +61 -0
score_model/model_parameters.yml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ all_atoms: true
2
+ atom_max_neighbors: 8
3
+ atom_radius: 5
4
+ batch_size: 8
5
+ c_alpha_max_neighbors: 24
6
+ cache_path: data/cache
7
+ config: null
8
+ cross_distance_embed_dim: 64
9
+ cross_max_distance: 80
10
+ cudnn_benchmark: true
11
+ data_dir: data/zincbind_cleaned_processed
12
+ distance_embed_dim: 64
13
+ dropout: 0.1
14
+ dynamic_max_cross: true
15
+ ema_rate: 0.999
16
+ embedding_scale: 1000
17
+ embedding_type: sinusoidal
18
+ esm_embeddings_path: data/embeddings_output_cleaned
19
+ inference_earlystop_goal: max
20
+ inference_earlystop_metric: valinf_rmsds_lt2
21
+ inference_steps: 20
22
+ limit_complexes: 0
23
+ log_dir: workdir
24
+ lr: 0.001
25
+ matching_maxiter: 20
26
+ matching_popsize: 20
27
+ max_lig_size: null
28
+ max_radius: 5.0
29
+ n_epochs: 500
30
+ no_batch_norm: false
31
+ ns: 40
32
+ num_conformers: 1
33
+ num_conv_layers: 3
34
+ num_dataloader_workers: 2
35
+ num_inference_complexes: 500
36
+ num_workers: 2
37
+ nv: 4
38
+ pin_memory: false
39
+ project: difdock_train
40
+ receptor_radius: 15.0
41
+ remove_hs: true
42
+ restart_dir: null
43
+ restart_lr: null
44
+ run_name: large_all_atoms_model
45
+ scale_by_sigma: true
46
+ scheduler: plateau
47
+ scheduler_patience: 100
48
+ sigma_embed_dim: 64
49
+ split_test: data/splits/test_metal3d.txt
50
+ split_train: data/splits/train.txt
51
+ split_val: data/splits/val.txt
52
+ test_sigma_intervals: true
53
+ tr_sigma_max: 20.0
54
+ tr_sigma_min: 0.1
55
+ tr_weight: 1
56
+ train_inference_freq: null
57
+ use_ema: true
58
+ use_second_order_repr: false
59
+ val_inference_freq: 20
60
+ w_decay: 0.0
61
+ wandb: true