dmlc--dgl
72ef642f29
* add sagpool example for pytorch backend * polish sagpool example for pytorch backend * [Example] SAGPool: use std variance * [Example] SAGPool: change to std * add sagpool example to index page * add graph property prediction tag to sagpool Co-authored-by: zhangtianqi <tianqizh@amazon.com>
9 行
270 B
JSON
9 行
270 B
JSON
{
|
|
"arch": ["hierarchical", "global"],
|
|
"hidden": [16, 32, 64, 128],
|
|
"pool_ratio": [0.25, 0.5],
|
|
"lr": [1e-2, 5e-2, 1e-3, 5e-3, 1e-4, 5e-4],
|
|
"weight_decay": [1e-2, 1e-3, 1e-4, 1e-5],
|
|
"dataset": ["DD", "PROTEINS", "NCI1", "NCI109", "Mutagenicity"]
|
|
}
|