hhhhhhh789 commited on
Commit
b16d3a1
·
verified ·
1 Parent(s): 6b53920

Upload 3 files

Browse files
Files changed (3) hide show
  1. affinity.ckpt +3 -0
  2. affinity4.ckpt +3 -0
  3. affinity4.yaml +129 -0
affinity.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324ea3d206fa1418da1b83b4ebd9fe32c3c2eb1996b10ad7a9604503a2089b2d
3
+ size 43388406
affinity4.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29781a85bce4a71d8b21b857c1ea125d7f90bed312076721d11a97c735eada01
3
+ size 19587991
affinity4.yaml ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accounting:
2
+ checkpoint_dir: /sharefs/qiukeyue/project/logs/qiukeyue_bfn_molopt/train_prop/affinity_3e8bf31_2796/checkpoints
3
+ dump_config_path: /sharefs/qiukeyue/project/logs/qiukeyue_bfn_molopt/train_prop/affinity_3e8bf31_2796/config.yaml
4
+ generated_mol_dir: /sharefs/qiukeyue/project/logs/qiukeyue_bfn_molopt/train_prop/affinity_3e8bf31_2796/generated_mol
5
+ logdir: /sharefs/qiukeyue/project/logs/qiukeyue_bfn_molopt/train_prop/affinity_3e8bf31_2796
6
+ test_outputs_dir: /sharefs/qiukeyue/project/logs/qiukeyue_bfn_molopt/train_prop/affinity_3e8bf31_2796/test_outputs
7
+ wandb_logdir: /sharefs/qiukeyue/project/logs/qiukeyue_bfn_molopt/train_prop/affinity_3e8bf31_2796
8
+ data:
9
+ atom_decoder:
10
+ - H
11
+ - C
12
+ - N
13
+ - O
14
+ - F
15
+ - P
16
+ - S
17
+ - Cl
18
+ colors_dic:
19
+ - '#FFFFFF99'
20
+ - C7
21
+ - C0
22
+ - C3
23
+ - C1
24
+ - C4
25
+ - C8
26
+ - C9
27
+ name: pl_tr
28
+ normalizer_dict:
29
+ pos: 2.0
30
+ path: /sharefs/share/sbdd_data/crossdocked_v1.1_rmsd1.0_pocket10
31
+ radius_dic:
32
+ - 0.3
33
+ - 0.6
34
+ - 0.6
35
+ - 0.6
36
+ - 0.6
37
+ - 0.6
38
+ - 0.6
39
+ - 0.6
40
+ split: /sharefs/share/sbdd_data/crossdocked_pocket10_pose_split.pt
41
+ transform:
42
+ ligand_atom_mode: add_aromatic
43
+ with_split: true
44
+ debug: false
45
+ dynamics:
46
+ beta1: 1.5
47
+ center_pos_mode: protein
48
+ destination_prediction: true
49
+ discrete_steps: 1000
50
+ ligand_atom_feature_dim: 13
51
+ net_config:
52
+ act_fn: relu
53
+ cutoff_mode: knn
54
+ edge_feat_dim: 4
55
+ ew_net_type: global
56
+ hidden_dim: 128
57
+ knn: 32
58
+ n_heads: 16
59
+ name: unio2net
60
+ norm: true
61
+ num_blocks: 1
62
+ num_h2x: 1
63
+ num_layers: 4
64
+ num_node_types: 8
65
+ num_r_gaussian: 20
66
+ num_x2h: 1
67
+ r_max: 10.0
68
+ sync_twoup: false
69
+ x2h_out_fc: false
70
+ node_indicator: true
71
+ pos_init_mode: zero
72
+ prop_name: affinity
73
+ protein_atom_feature_dim: 27
74
+ sampling_strategy: end_back_pmf
75
+ sigma1_coord: 0.03
76
+ t_min: 0.0001
77
+ time_emb_dim: 1
78
+ time_emb_mode: simple
79
+ use_discrete_t: true
80
+ empty_folder: false
81
+ evaluation:
82
+ batch_size: 100
83
+ docking_config:
84
+ exhaustiveness: 16
85
+ mode: vina_score
86
+ protein_root: /sharefs/share/sbdd_data/test_set
87
+ last_ckpt: false
88
+ ligand_path: 'null'
89
+ num_samples: 10
90
+ protein_path: 'null'
91
+ sample_num_atoms: prior
92
+ sample_steps: 100
93
+ save_traj: false
94
+ exp_name: train_prop
95
+ logging_level: warning
96
+ no_wandb: false
97
+ project_name: qiukeyue_bfn_molopt
98
+ revision: affinity_3e8bf31_2796
99
+ seed: 1234
100
+ test_only: false
101
+ train:
102
+ batch_size: 8
103
+ ckpt_freq: 1
104
+ ema_decay: 0.999
105
+ epochs: 15
106
+ max_grad_norm: Q
107
+ num_workers: 8
108
+ optimizer:
109
+ beta1: 0.95
110
+ beta2: 0.999
111
+ lr: 0.0005
112
+ type: adam
113
+ weight_decay: 0
114
+ pos_noise_std: 0
115
+ random_rot: false
116
+ resume: false
117
+ scheduler:
118
+ factor: 0.6
119
+ max_iters: 20000
120
+ min_lr: 1.0e-06
121
+ patience: 10
122
+ type: plateau
123
+ v_loss_weight: 1
124
+ val_freq: 1000
125
+ visual:
126
+ save_mols: true
127
+ visual_chain: false
128
+ visual_nums: 10
129
+ wandb_resume_id: null