Upload hyperparameters.json with huggingface_hub
Browse files- hyperparameters.json +22 -0
hyperparameters.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "cora",
|
| 3 |
+
"model": "graphconv",
|
| 4 |
+
"hidden_channels": 64,
|
| 5 |
+
"heads": 4,
|
| 6 |
+
"num_layers": 3,
|
| 7 |
+
"dropout": 0.3,
|
| 8 |
+
"jk_mode": "cat",
|
| 9 |
+
"norm_type": "layer",
|
| 10 |
+
"epochs": 150,
|
| 11 |
+
"lr": 0.005,
|
| 12 |
+
"weight_decay": 0.0005,
|
| 13 |
+
"label_smoothing": 0.1,
|
| 14 |
+
"patience": 30,
|
| 15 |
+
"lr_scheduler": true,
|
| 16 |
+
"warmup_epochs": 5,
|
| 17 |
+
"drop_edge": 0.0,
|
| 18 |
+
"grad_clip": 1.0,
|
| 19 |
+
"feature_dropout": 0.0,
|
| 20 |
+
"edge_perturb": 0.0,
|
| 21 |
+
"seed": 42
|
| 22 |
+
}
|