spamosaic.architectures.hg_lgcn.HG_LGCN_Conv
- class spamosaic.architectures.hg_lgcn.HG_LGCN_Conv(*args: Any, **kwargs: Any)[source]
Heterogeneous Graph LightGCN convolution layer.
This layer handles intra-group and inter-group message passing separately, applying degree-normalized edge weights and combining both feature streams.
- Inherits from:
torch_geometric.nn.conv.MessagePassing