1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{
"dataset": "ZINC-cycle56",
"tag": "gcn_none_L5_s0",
"conv": "gcn",
"feat": "none",
"layers": 5,
"hidden": 128,
"rni_dim": 16,
"epochs": 200,
"lr": 0.001,
"bs": 128,
"seed": 0,
"y_std_raw": [
0.7805301547050476,
0.9526597261428833
],
"sec": 127.8,
"dev": "cuda",
"ep": 200,
"train_mae": [
0.05943963676691055,
0.08676010370254517
],
"val_mae": [
0.15079250931739807,
0.20910263061523438
],
"test_mae": [
0.1485612541437149,
0.21971328556537628
]
}
|