Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions data/configs/models/GCN/citeseer/split_0/best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
model_config:
aggr: sum
batch_size: 64
drop_out: 0.7
hidden_unit: 128
batch_size: 32
drop_out: 0.6
hidden_unit: 64
initializer: xavier_normal
lr: 0.1
model: GCN
num_epochs: 1000
Expand Down
9 changes: 5 additions & 4 deletions data/configs/models/GCN/citeseer/split_0/max_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
model_config:
aggr: max
batch_size: 32
drop_out: 0.7
hidden_unit: 32
lr: 0.1
drop_out: 0.5
hidden_unit: 64
initializer: orthogonal
lr: 0.01
model: GCN
num_epochs: 1000
num_layers: 2
num_layers: 3
optimizer: ADAM
patience: 50
weight_decay: 0.0005
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
model_config:
aggr: mean
batch_size: 32
drop_out: 0.7
batch_size: 128
drop_out: 0.5
hidden_unit: 128
initializer: xavier_normal
lr: 0.1
model: GCN
num_epochs: 1000
Expand Down
7 changes: 4 additions & 3 deletions data/configs/models/GCN/citeseer/split_0/sum_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
model_config:
aggr: sum
batch_size: 64
drop_out: 0.7
hidden_unit: 128
batch_size: 32
drop_out: 0.6
hidden_unit: 64
initializer: xavier_normal
lr: 0.1
model: GCN
num_epochs: 1000
Expand Down
9 changes: 5 additions & 4 deletions data/configs/models/GCN/citeseer/split_1/best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
model_config:
aggr: sum
batch_size: 32
drop_out: 0.5
hidden_unit: 128
batch_size: 64
drop_out: 0.6
hidden_unit: 64
initializer: orthogonal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 2
num_layers: 4
optimizer: ADAM
patience: 50
weight_decay: 0.01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ model_config:
batch_size: 32
drop_out: 0.6
hidden_unit: 128
initializer: xavier_normal
lr: 0.01
model: GCN
num_epochs: 1000
num_layers: 3
optimizer: ADAM
patience: 50
weight_decay: 0.0005
weight_decay: 0.001
split:
idx_test:
- 1299
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
model_config:
aggr: mean
batch_size: 32
drop_out: 0.6
drop_out: 0.5
hidden_unit: 128
initializer: kaiming_normal
lr: 0.01
model: GCN
num_epochs: 1000
Expand Down
9 changes: 5 additions & 4 deletions data/configs/models/GCN/citeseer/split_1/sum_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
model_config:
aggr: sum
batch_size: 32
drop_out: 0.5
hidden_unit: 128
batch_size: 64
drop_out: 0.6
hidden_unit: 64
initializer: orthogonal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 2
num_layers: 4
optimizer: ADAM
patience: 50
weight_decay: 0.01
Expand Down
5 changes: 3 additions & 2 deletions data/configs/models/GCN/citeseer/split_2/best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
model_config:
aggr: sum
batch_size: 32
drop_out: 0.7
drop_out: 0.6
hidden_unit: 64
initializer: kaiming_normal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 4
num_layers: 2
optimizer: ADAM
patience: 50
weight_decay: 0.01
Expand Down
7 changes: 4 additions & 3 deletions data/configs/models/GCN/citeseer/split_2/max_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
model_config:
aggr: max
batch_size: 32
drop_out: 0.7
hidden_unit: 32
drop_out: 0.6
hidden_unit: 64
initializer: orthogonal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 2
optimizer: ADAM
patience: 50
weight_decay: 0.0005
weight_decay: 0.001
split:
idx_test:
- 364
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
model_config:
aggr: mean
batch_size: 32
drop_out: 0.6
batch_size: 64
drop_out: 0.7
hidden_unit: 64
initializer: kaiming_normal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 3
num_layers: 4
optimizer: ADAM
patience: 50
weight_decay: 0.001
Expand Down
5 changes: 3 additions & 2 deletions data/configs/models/GCN/citeseer/split_2/sum_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
model_config:
aggr: sum
batch_size: 32
drop_out: 0.7
drop_out: 0.6
hidden_unit: 64
initializer: kaiming_normal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 4
num_layers: 2
optimizer: ADAM
patience: 50
weight_decay: 0.01
Expand Down
5 changes: 3 additions & 2 deletions data/configs/models/GCN/citeseer/split_3/best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
model_config:
aggr: sum
batch_size: 128
drop_out: 0.7
batch_size: 32
drop_out: 0.5
hidden_unit: 32
initializer: orthogonal
lr: 0.1
model: GCN
num_epochs: 1000
Expand Down
5 changes: 3 additions & 2 deletions data/configs/models/GCN/citeseer/split_3/max_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
model_config:
aggr: max
batch_size: 32
drop_out: 0.7
drop_out: 0.5
hidden_unit: 64
initializer: xavier_normal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 2
optimizer: ADAM
patience: 50
weight_decay: 0.001
weight_decay: 0.0005
split:
idx_test:
- 550
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ model_config:
batch_size: 32
drop_out: 0.7
hidden_unit: 128
lr: 0.01
initializer: xavier_normal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 2
Expand Down
5 changes: 3 additions & 2 deletions data/configs/models/GCN/citeseer/split_3/sum_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
model_config:
aggr: sum
batch_size: 128
drop_out: 0.7
batch_size: 32
drop_out: 0.5
hidden_unit: 32
initializer: orthogonal
lr: 0.1
model: GCN
num_epochs: 1000
Expand Down
5 changes: 3 additions & 2 deletions data/configs/models/GCN/citeseer/split_4/best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
model_config:
aggr: sum
batch_size: 32
drop_out: 0.7
hidden_unit: 32
drop_out: 0.6
hidden_unit: 128
initializer: xavier_normal
lr: 0.1
model: GCN
num_epochs: 1000
Expand Down
9 changes: 5 additions & 4 deletions data/configs/models/GCN/citeseer/split_4/max_best_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ model_config:
aggr: max
batch_size: 32
drop_out: 0.7
hidden_unit: 32
lr: 0.1
hidden_unit: 128
initializer: xavier_normal
lr: 0.001
model: GCN
num_epochs: 1000
num_layers: 2
num_layers: 3
optimizer: ADAM
patience: 50
weight_decay: 0.001
weight_decay: 0.0005
split:
idx_test:
- 1412
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
model_config:
aggr: mean
batch_size: 128
batch_size: 64
drop_out: 0.7
hidden_unit: 128
initializer: kaiming_normal
lr: 0.1
model: GCN
num_epochs: 1000
Expand Down
5 changes: 3 additions & 2 deletions data/configs/models/GCN/citeseer/split_4/sum_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
model_config:
aggr: sum
batch_size: 32
drop_out: 0.7
hidden_unit: 32
drop_out: 0.6
hidden_unit: 128
initializer: xavier_normal
lr: 0.1
model: GCN
num_epochs: 1000
Expand Down
9 changes: 5 additions & 4 deletions data/configs/models/GCN/cora/split_0/best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
model_config:
aggr: sum
batch_size: 128
drop_out: 0.7
hidden_unit: 128
batch_size: 32
drop_out: 0.5
hidden_unit: 32
initializer: kaiming_normal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 3
num_layers: 2
optimizer: ADAM
patience: 50
weight_decay: 0.01
Expand Down
7 changes: 4 additions & 3 deletions data/configs/models/GCN/cora/split_0/max_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
model_config:
aggr: max
batch_size: 32
drop_out: 0.5
drop_out: 0.6
hidden_unit: 32
initializer: xavier_normal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 2
num_layers: 3
optimizer: ADAM
patience: 50
weight_decay: 0.0005
weight_decay: 0.001
split:
idx_test:
- 1674
Expand Down
5 changes: 3 additions & 2 deletions data/configs/models/GCN/cora/split_0/mean_best_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ model_config:
aggr: mean
batch_size: 32
drop_out: 0.5
hidden_unit: 32
lr: 0.1
hidden_unit: 128
initializer: orthogonal
lr: 0.01
model: GCN
num_epochs: 1000
num_layers: 2
Expand Down
9 changes: 5 additions & 4 deletions data/configs/models/GCN/cora/split_0/sum_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
model_config:
aggr: sum
batch_size: 128
drop_out: 0.7
hidden_unit: 128
batch_size: 32
drop_out: 0.5
hidden_unit: 32
initializer: kaiming_normal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 3
num_layers: 2
optimizer: ADAM
patience: 50
weight_decay: 0.01
Expand Down
5 changes: 3 additions & 2 deletions data/configs/models/GCN/cora/split_1/best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
model_config:
aggr: sum
batch_size: 64
drop_out: 0.6
drop_out: 0.5
hidden_unit: 64
initializer: orthogonal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 3
num_layers: 4
optimizer: ADAM
patience: 50
weight_decay: 0.01
Expand Down
9 changes: 5 additions & 4 deletions data/configs/models/GCN/cora/split_1/max_best_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
model_config:
aggr: max
batch_size: 128
drop_out: 0.5
hidden_unit: 64
batch_size: 32
drop_out: 0.7
hidden_unit: 128
initializer: orthogonal
lr: 0.1
model: GCN
num_epochs: 1000
num_layers: 4
num_layers: 2
optimizer: ADAM
patience: 50
weight_decay: 0.0005
Expand Down
Loading