Model

Our core GNN implementations have been designed to process H2MG data. There are 3 ways of constructing a GNN.

  • Build a GNN by combining the various module implementations provided in EnerGNN.

  • Build a GNN by 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_use module.

Components