-
Notifications
You must be signed in to change notification settings - Fork 1
/
configs.yml
55 lines (54 loc) · 903 Bytes
/
configs.yml
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
GIN_graph:
lr: 0.00015
lr_f: 0.005
num_hidden: 512
num_heads: 2
weight_decay: 0
weight_decay_f: 0
max_epoch: 60
max_epoch_f: 500
mask_rate: 0.5
num_layers: 2
encoder: gin
decoder: gin
activation: relu
in_drop: 0.2
loss_fn: sce
optimizer: adam
replace_rate: 0.0
drop_edge_rate: 0.0
alpha_l: 1
norm: batchnorm
residual: False
scheduler: False
linear_prob: True
pooling: mean
batch_size: 32
alpha_l: 1
GCN_graph:
lr: 0.00015
lr_f: 0.005
num_hidden: 512
num_heads: 2
weight_decay: 0
weight_decay_f: 0
max_epoch: 60
max_epoch_f: 500
mask_rate: 0.5
num_layers: 2
encoder: gcn
decoder: gcn
activation: relu
in_drop: 0.2
loss_fn: sce
optimizer: adam
replace_rate: 0.0
drop_edge_rate: 0.0
alpha_l: 1
norm: batchnorm
residual: False
scheduler: False
linear_prob: True
pooling: mean
batch_size: 32
alpha_l: 1