-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhptune_config.yaml
59 lines (56 loc) · 1.31 KB
/
hptune_config.yaml
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
# target_datasets: [ Cora, CiteSeer, PubMed, WikiCS, CoauthorCS, CoauthorPhysics, AmazonPhoto, AmazonComputers ]
target_datasets: [Cora]
base:
mute_recon: [false]
analyse_for: link_prediction
# analyse_for: clustering
# analyse_for: classification
z_dim: [512, 256, 128, 64, 32]
opt:
lr: [1.0e-2]
decay: [5.0e-6]
attention: [true, false]
variational: [true, false]
gdc:
diffusion:
# method: heat
# t: 5
method: ppr
alpha: 0.1
eps: 1.0e-4
sparsification:
method: threshold
avg_degree: [25, 50, 100, 200, 300]
barlow_loss_weight: [1]
# barlow_loss_weight: [ 1, 10, 100, 500, 1000, 5000 ]
barlow_lambda: [5.0e-3]
# barlow_lambda: [ 1.0e-3, 5.0e-3, 1.0e-2, 5.0e-2 ]
# CoauthorPhysics:
# z_dim: [128]
# # only for heat kernel
# PubMed:
# gdc:
# diffusion:
# method: heat
# t: 5
# # method: ppr
# # alpha: 0.1
# # eps: 1.0e-4
# sparsification:
# method: threshold
# eps: 0.01
# # avg_degree: [ 5 ]
# # avg_degree: [ 50 ]
# CoauthorCS:
# gdc:
# diffusion:
# method: heat
# t: 5
# # method: ppr
# # alpha: 0.1
# # eps: 1.0e-4
# sparsification:
# method: threshold
# eps: 0.05
# # avg_degree: [ 5 ]
# # avg_degree: [ 50 ]