sketchgraphs_models.graph.model.message_passing¶
This module contains the components of the graph model associated with handling the message passing.
Classes
|
Generic pre-embedding module which encapsulates a pytorch embedding layer. |
|
This is a generic pre-embedding module which combines dense and sparse pre-embeddings. |
|
Component of the entity model used to compute global features, i.e. graph and node embeddings. |
|
Component of the graph model which computes graph-wide representation by aggregating node representations. |