Skip to content

Commit 60f61ff

Browse files
authored
Add files via upload
1 parent 3d5caf1 commit 60f61ff

100 files changed

Lines changed: 6459 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"gpu": {
3+
"use": true,
4+
"id": 0
5+
},
6+
7+
"model": "DiffPool",
8+
"dataset": "MNIST",
9+
10+
"out_dir": "out/superpixels_graph_classification/",
11+
12+
"params": {
13+
"seed": 41,
14+
"epochs": 1000,
15+
"batch_size": 64,
16+
"init_lr": 0.001,
17+
"lr_reduce_factor": 0.5,
18+
"lr_schedule_patience": 5,
19+
"min_lr": 1e-5,
20+
"weight_decay": 0.0,
21+
"print_epoch_interval": 5,
22+
"max_time": 48
23+
},
24+
25+
"net_params": {
26+
"L": 3,
27+
"hidden_dim": 300,
28+
"embedding_dim": 300,
29+
"num_pool": 1,
30+
"pool_ratio": 0.15,
31+
"residual": true,
32+
"readout": "mean",
33+
"in_feat_dropout": 0.0,
34+
"dropout": 0,
35+
"graph_norm": true,
36+
"batch_norm": true,
37+
"sage_aggregator": "maxpool",
38+
"data_mode": "default",
39+
"linkpred": true,
40+
"cat": false
41+
}
42+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"gpu": {
3+
"use": true,
4+
"id": 0
5+
},
6+
7+
"model": "DiffPool",
8+
"dataset": "MNIST",
9+
10+
"out_dir": "out/superpixels_graph_classification/",
11+
12+
"params": {
13+
"seed": 41,
14+
"epochs": 1000,
15+
"batch_size": 128,
16+
"init_lr": 0.001,
17+
"lr_reduce_factor": 0.5,
18+
"lr_schedule_patience": 10,
19+
"min_lr": 1e-5,
20+
"weight_decay": 0.0,
21+
"print_epoch_interval": 5,
22+
"max_time": 12
23+
},
24+
25+
"net_params": {
26+
"L": 4,
27+
"hidden_dim": 90,
28+
"out_dim": 90,
29+
"residual": true,
30+
"readout": "mean",
31+
"in_feat_dropout": 0.0,
32+
"dropout": 0.0,
33+
"batch_norm": true,
34+
"self_loop": false,
35+
"num_pool": 1,
36+
"gnn_per_block": 2,
37+
"sage_aggregator":"maxpool",
38+
"linkpred": true,
39+
"pool_ratio": 0.1,
40+
"cat": false
41+
}
42+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"gpu": {
3+
"use": true,
4+
"id": 0
5+
},
6+
7+
"model": "DiffPool",
8+
"dataset": "MNIST",
9+
10+
"out_dir": "out/superpixels_graph_classification/",
11+
12+
"params": {
13+
"seed": 41,
14+
"epochs": 1000,
15+
"batch_size": 128,
16+
"init_lr": 0.001,
17+
"lr_reduce_factor": 0.5,
18+
"lr_schedule_patience": 5,
19+
"min_lr": 1e-5,
20+
"weight_decay": 0.0,
21+
"print_epoch_interval": 5,
22+
"max_time": 48
23+
},
24+
25+
"net_params": {
26+
"L": 3,
27+
"hidden_dim": 90,
28+
"embedding_dim": 90,
29+
"num_pool": 1,
30+
"pool_ratio": 0.015,
31+
"residual": true,
32+
"readout": "mean",
33+
"in_feat_dropout": 0.0,
34+
"dropout": 0.5,
35+
"lambdap":0.5,
36+
"lrbl":2,
37+
"graph_norm": true,
38+
"batch_norm": true,
39+
"sage_aggregator": "maxpool",
40+
"data_mode": "default",
41+
"linkpred": true,
42+
"cat": false
43+
}
44+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"gpu": {
3+
"use": true,
4+
"id": 0
5+
},
6+
7+
"model": "DiffPool",
8+
"dataset": "MNIST",
9+
10+
"out_dir": "out/superpixels_graph_classification/",
11+
12+
"params": {
13+
"seed": 41,
14+
"epochs": 1000,
15+
"batch_size": 128,
16+
"init_lr": 0.001,
17+
"lr_reduce_factor": 0.5,
18+
"lr_schedule_patience": 5,
19+
"min_lr": 1e-5,
20+
"weight_decay": 0.0,
21+
"print_epoch_interval": 5,
22+
"max_time": 48
23+
},
24+
25+
"net_params": {
26+
"L": 3,
27+
"hidden_dim": 90,
28+
"embedding_dim": 90,
29+
"num_pool": 1,
30+
"pool_ratio": 0.15,
31+
"lrbl": 1,
32+
"lambdap": 0.8,
33+
"residual": true,
34+
"readout": "mean",
35+
"in_feat_dropout": 0.0,
36+
"dropout": 0.5,
37+
"graph_norm": true,
38+
"batch_norm": true,
39+
"sage_aggregator": "maxpool",
40+
"data_mode": "default",
41+
"linkpred": true,
42+
"cat": false
43+
}
44+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"gpu": {
3+
"use": true,
4+
"id": 0
5+
},
6+
7+
"model": "DiffPool",
8+
"dataset": "MNIST",
9+
10+
"out_dir": "out/superpixels_graph_classification/",
11+
12+
"params": {
13+
"seed": 41,
14+
"epochs": 1000,
15+
"batch_size": 128,
16+
"init_lr": 0.001,
17+
"lr_reduce_factor": 0.5,
18+
"lr_schedule_patience": 5,
19+
"min_lr": 1e-5,
20+
"weight_decay": 0.0,
21+
"print_epoch_interval": 5,
22+
"max_time": 48
23+
},
24+
25+
"net_params": {
26+
"L": 3,
27+
"hidden_dim": 90,
28+
"embedding_dim": 90,
29+
"num_pool": 1,
30+
"pool_ratio": 0.15,
31+
"residual": true,
32+
"readout": "mean",
33+
"in_feat_dropout": 0.0,
34+
"dropout": 0.5,
35+
"graph_norm": true,
36+
"batch_norm": true,
37+
"lambdap":1,
38+
"lrbl":2,
39+
"sage_aggregator": "maxpool",
40+
"data_mode": "default",
41+
"linkpred": true,
42+
"cat": false
43+
}
44+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"gpu": {
3+
"use": true,
4+
"id": 0
5+
},
6+
7+
"model": "DiffPool",
8+
"dataset": "MNIST",
9+
10+
"out_dir": "out/superpixels_graph_classification/",
11+
12+
"params": {
13+
"seed": 41,
14+
"epochs": 1000,
15+
"batch_size": 64,
16+
"init_lr": 0.001,
17+
"lr_reduce_factor": 0.5,
18+
"lr_schedule_patience": 5,
19+
"min_lr": 1e-5,
20+
"weight_decay": 0.0,
21+
"print_epoch_interval": 5,
22+
"max_time": 48
23+
},
24+
25+
"net_params": {
26+
"L": 3,
27+
"hidden_dim": 90,
28+
"embedding_dim":90,
29+
"num_pool": 1,
30+
"pool_ratio": 0.15,
31+
"residual": true,
32+
"readout": "mean",
33+
"in_feat_dropout": 0.0,
34+
"dropout": 0.0,
35+
"graph_norm": true,
36+
"batch_norm": true,
37+
"sage_aggregator": "maxpool",
38+
"data_mode": "default",
39+
"linkpred": true,
40+
"cat": false
41+
}
42+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"gpu": {
3+
"use": true,
4+
"id": 0
5+
},
6+
7+
"model": "DiffPool",
8+
"dataset": "MNIST",
9+
10+
"out_dir": "out/superpixels_graph_classification/",
11+
12+
"params": {
13+
"seed": 41,
14+
"epochs": 1000,
15+
"batch_size": 128,
16+
"init_lr": 0.001,
17+
"lr_reduce_factor": 0.5,
18+
"lr_schedule_patience": 5,
19+
"min_lr": 1e-5,
20+
"weight_decay": 0.0,
21+
"print_epoch_interval": 5,
22+
"max_time": 48
23+
},
24+
25+
"net_params": {
26+
"L": 3,
27+
"hidden_dim": 90,
28+
"embedding_dim": 90,
29+
"num_pool": 1,
30+
"pool_ratio": 0.1,
31+
"residual": true,
32+
"readout": "mean",
33+
"in_feat_dropout": 0.0,
34+
"dropout": 0.5,
35+
"graph_norm": true,
36+
"batch_norm": true,
37+
"sage_aggregator": "maxpool",
38+
"data_mode": "default",
39+
"linkpred": true,
40+
"cat": false
41+
}
42+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"gpu": {
3+
"use": true,
4+
"id": 0
5+
},
6+
7+
"model": "DiffPool",
8+
"dataset": "MNIST",
9+
10+
"out_dir": "out/superpixels_graph_classification/",
11+
12+
"params": {
13+
"seed": 41,
14+
"epochs": 1000,
15+
"batch_size": 64,
16+
"init_lr": 0.001,
17+
"lr_reduce_factor": 0.5,
18+
"lr_schedule_patience": 5,
19+
"min_lr": 1e-5,
20+
"weight_decay": 0.0,
21+
"print_epoch_interval": 5,
22+
"max_time": 48
23+
},
24+
25+
"net_params": {
26+
"L": 3,
27+
"hidden_dim": 90,
28+
"embedding_dim": 90,
29+
"num_pool": 1,
30+
"lrbl": 1.2,
31+
"lambdap": 2,
32+
"pool_ratio": 0.15,
33+
"residual": true,
34+
"readout": "mean",
35+
"in_feat_dropout": 0.0,
36+
"dropout": 0,
37+
"graph_norm": true,
38+
"batch_norm": true,
39+
"sage_aggregator": "maxpool",
40+
"data_mode": "default",
41+
"linkpred": true,
42+
"cat": false
43+
}
44+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"gpu": {
3+
"use": true,
4+
"id": 0
5+
},
6+
7+
"model": "DiffPool",
8+
"dataset": "MNIST",
9+
10+
"out_dir": "out/superpixels_graph_classification/",
11+
12+
"params": {
13+
"seed": 41,
14+
"epochs": 1000,
15+
"batch_size": 128,
16+
"init_lr": 0.001,
17+
"lr_reduce_factor": 0.5,
18+
"lr_schedule_patience": 5,
19+
"min_lr": 1e-5,
20+
"weight_decay": 0.0,
21+
"print_epoch_interval": 5,
22+
"max_time": 48
23+
},
24+
25+
"net_params": {
26+
"L": 3,
27+
"hidden_dim": 90,
28+
"embedding_dim": 90,
29+
"num_pool": 1,
30+
"pool_ratio": 0.015,
31+
"residual": true,
32+
"readout": "mean",
33+
"in_feat_dropout": 0.0,
34+
"dropout": 0.5,
35+
"graph_norm": true,
36+
"batch_norm": true,
37+
"sage_aggregator": "maxpool",
38+
"data_mode": "default",
39+
"linkpred": true,
40+
"cat": false
41+
}
42+
}

0 commit comments

Comments
 (0)