-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_bottleneck.yaml
62 lines (62 loc) · 1.26 KB
/
example_bottleneck.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
60
61
62
accelerator: cuda
dataset:
edge_encoder: false
edge_encoder_bn: false
edge_encoder_name: Bond
format: BOTTLENECK
name: depth_4
node_encoder: true
node_encoder_bn: false
node_encoder_name: bottleneck_encoder
positional_encoding_path: false
preprocesss_dataset: true
task: graph
task_type: classification
use_sparse_adj: false
gnn:
act: relu
act_on_last_layer_mp: true
agg: none
batchnorm: false
dilated_path_join: add
dim_inner: 256
dropout: 0.0
head: bottleneck_head
l2norm: false
layer_norm: true
layer_type: ginconv_paper
layer_type_dilated: ginconv_paper
layers_k1: 1
layers_k2: 2
layers_mp: 3
layers_post_mp: 1
layers_pre_mp: 0
learn_alpha_residual_connection: true
normalize_adj: false
stage_type: skipsum
use_edge_features: false
metric_agg: argmax
metric_best: accuracy
model:
graph_pooling: mean
loss_fun: cross_entropy
type: dilapos_gnn
num_workers: 16
optim:
base_lr: 0.001
max_epoch: 100
optimizer: adam
scheduler: reduce_lr_on_plateau
step_gamma: 0.5
step_size: 10
weight_decay: 0.0
out_dir: results
train:
batch_size: 1024
ckpt_period: 100
early_stopping: true #small
early_stopping_patience: 50 #small
eval_period: 1
monitor_val: false
sampler: full_batch
compute_test: false