File size: 459 Bytes
44604be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "model_type": "AttentiveFP",
  "task_type": "regression",
  "endpoint": "PLV",
  "hyperparameters": {
    "name": "larger_model",
    "hidden_channels": 128,
    "num_layers": 3,
    "num_timesteps": 3,
    "dropout": 0.1,
    "learning_rate": 0.0005,
    "weight_decay": 0.0001,
    "batch_size": 32,
    "epochs": 50,
    "patience": 10
  },
  "input_features": {
    "atom_features": 10,
    "bond_features": 6
  },
  "framework": "pytorch_geometric"
}