Anormalmaniac commited on
Commit
43be4e2
·
verified ·
1 Parent(s): 3847c12

Upload experiment_summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. experiment_summary.json +36 -0
experiment_summary.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": "2026-05-15T15:42:06.061941",
3
+ "hyperparameters": {
4
+ "dataset": "cora",
5
+ "model": "graphconv",
6
+ "hidden_channels": 64,
7
+ "heads": 4,
8
+ "num_layers": 3,
9
+ "dropout": 0.3,
10
+ "jk_mode": "cat",
11
+ "norm_type": "layer",
12
+ "epochs": 150,
13
+ "lr": 0.005,
14
+ "weight_decay": 0.0005,
15
+ "label_smoothing": 0.1,
16
+ "patience": 30,
17
+ "lr_scheduler": true,
18
+ "warmup_epochs": 5,
19
+ "drop_edge": 0.0,
20
+ "grad_clip": 1.0,
21
+ "feature_dropout": 0.0,
22
+ "edge_perturb": 0.0,
23
+ "seed": 42
24
+ },
25
+ "metrics": {
26
+ "best_val_acc": 0.7440000176429749,
27
+ "test_acc": 0.755,
28
+ "test_f1": 0.7572794083994869,
29
+ "epochs_trained": 47,
30
+ "early_stopped": true
31
+ },
32
+ "timing": {
33
+ "total_time_sec": 2.65,
34
+ "time_per_epoch_sec": 0.056
35
+ }
36
+ }