-
Notifications
You must be signed in to change notification settings - Fork 1
/
test_config.json
90 lines (90 loc) · 2.17 KB
/
test_config.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"datasets": {
"Test": {
"ds_params": {
"runs": 10,
"seeds": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
],
"dataset": "Cora"
},
"hyperparams_per_run": {
"fast_split": false,
"delete_dataset": true,
"model": "SIGN",
"sortpool_k": -1,
"num_layers": -1,
"hidden_channels": 256,
"batch_size": 32,
"num_hops": 3,
"ratio_per_hop": 1.0,
"max_nodes_per_hop": null,
"node_label": "zo",
"use_feature": true,
"use_edge_weight": false,
"lr": 0.0001,
"epochs": 50,
"runs": 1,
"train_percent": 100,
"val_percent": 100,
"test_percent": 100,
"dynamic_train": false,
"dynamic_val": false,
"dynamic_test": false,
"num_workers": 16,
"train_node_embedding": false,
"pretrained_node_embedding": null,
"use_valedges_as_input": false,
"eval_steps": 1,
"log_steps": 1,
"checkpoint_training": false,
"data_appendix": "",
"save_appendix": "",
"keep_old": true,
"continue_from": null,
"only_test": false,
"test_multiple_models": false,
"use_heuristic": null,
"m": 0,
"M": 0,
"cuda_device": 2,
"dropedge": 0.0,
"calc_ratio": false,
"pairwise": false,
"loss_fn": "",
"neg_ratio": 1,
"profile": false,
"split_val_ratio": 0.05,
"split_test_ratio": 0.10,
"train_mlp": false,
"dropout": 0.50,
"train_gae": false,
"dataset_split_num": 1,
"base_gae": "",
"dataset_stats": false,
"train_n2v": false,
"train_mf": false,
"sign_k": 3,
"sign_type": "PoS",
"use_mlp": true,
"pool_operatorwise": true,
"optimize_sign": true,
"init_features": "",
"n2v_dim": 0,
"k_heuristic": 0,
"k_node_set_strategy": "intersection",
"k_pool_strategy": "mean",
"init_representation": ""
}
}
}
}