jjimenezluna/bioemu-rev

#1
by hawk31 - opened
checkpoints/bioemu-rev/checkpoint.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2fa4e3094d5db1b465024b95d87b976272a2d9b63b7bbb8e97e98a192350fa2
3
+ size 125195114
checkpoints/bioemu-rev/config.yaml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ score_model:
2
+ _target_: bioemu.shortcuts.DiGConditionalScoreModel
3
+ dim_hidden: 1024
4
+ dim_model: 512
5
+ dim_pair: 256
6
+ dim_single_rep: 64
7
+ dropout: 0.1
8
+ max_distance_relative: 128
9
+ num_buckets: 64
10
+ num_heads: 32
11
+ num_layers: 8
12
+ sdes:
13
+ node_orientations:
14
+ _target_: bioemu.shortcuts.DiGSO3SDE
15
+ cache_dir: ~/sampling_so3_cache
16
+ eps_t: 0.001
17
+ l_max: 2000
18
+ num_omega: 2000
19
+ num_sigma: 1000
20
+ omega_exponent: 3
21
+ overwrite_cache: false
22
+ sigma_max: 2.33
23
+ sigma_min: 0.02
24
+ tol: 1.0e-07
25
+ pos:
26
+ _target_: bioemu.shortcuts.CosineVPSDE
27
+ s: 0.008