File size: 540 Bytes
4dfb91c 5e387ca 4dfb91c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"name": "MeshGraphNet",
"specific_params": {
"MeshGraphNet": {
"num_input_features": 6,
"num_edge_features": 3,
"num_output_features": 3,
"processor_size": 2,
"hidden_dim_processor": 32,
"num_layers_node_processor": 2,
"num_layers_edge_processor": 2,
"hidden_dim_node_encoder": 32,
"hidden_dim_edge_encoder": 32,
"hidden_dim_node_decoder": 32,
"do_concat_trick": false,
"num_processor_checkpoint_segments": 0,
"recompute_activation": false
}
}
}
|