-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfigs.yml
57 lines (51 loc) · 993 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
55
56
57
cora:
encoder_channels: 512
hidden_channels: 256
decoder_channels: 64
encoder_layers: 2
decoder_layers: 2
eproj_layer: 2
eproj_dropout: 0.6
encoder_dropout: 0.4
decoder_dropout: 0.8
temp: 0.2
p: 0.8
epoch: 3000
citeseer:
encoder_channels: 512
hidden_channels: 256
decoder_channels: 64
encoder_layers: 2
decoder_layers: 2
encoder_dropout: 0.4
eproj_dropout: 0.8
decoder_dropout: 0.8
temp: 0.2
p: 0.8
epoch: 3000
amap:
encoder_channels: 512
hidden_channels: 256
decoder_channels: 64
encoder_layers: 2
decoder_layers: 2
eproj_layer: 2
eproj_dropout: 0.5
encoder_dropout: 0.5
decoder_dropout: 0.5
temp: 0.2
p: 0.8
epoch: 3000
amac:
encoder_channels: 512
hidden_channels: 256
decoder_channels: 64
encoder_layers: 2
decoder_layers: 4
eproj_layer: 2
eproj_dropout: 0.1
encoder_dropout: 0.1
decoder_dropout: 0.1
temp: 0.2
p: 0.8
epoch: 3000