Model¶
Our core GNN implementations have been designed to process H2MG data. There are 3 ways of constructing a GNN.
Build a
GNNby combining the various module implementations provided in EnerGNN.Build a
GNNby combining your own module implementations with the ones that are pre-existing in EnerGNN (just make sure to respect interfaces).Use a ready-to-use GNN implementation provided in the
energnn.model.ready_to_usemodule.