File size: 315 Bytes
0bb874d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "model_type": "fragnet",
  "n_classes": 1,
  "atom_features": 167,
  "frag_features": 167,
  "edge_features": 17,
  "num_layer": 4,
  "num_heads": 4,
  "drop_ratio": 0.15,
  "h1": 256,
  "h2": 256,
  "h3": 256,
  "h4": 256,
  "act": "celu",
  "emb_dim": 128,
  "fthead": "FTHead2",
  "task_type": "regression"
}