BENO / config.json
yushuang88's picture
Update model configuration
c85a8c9 verified
Raw
History Blame Contribute Delete
260 Bytes
{
"name": "HeteroGNS",
"nnode_in_features": 10,
"nnode_out_features": 1,
"nedge_in_features": 7,
"nmlp_layers": 2,
"act": "relu",
"boundary_dim": 16,
"trans_layer": 1,
"latent_dim": 16,
"nmessage_passing_steps": 1,
"mlp_hidden_dim": 16
}