spamosaic.architectures.hg_lgcn.HG_LGCN_vanilla
- class spamosaic.architectures.hg_lgcn.HG_LGCN_vanilla(*args: Any, **kwargs: Any)[source]
Stacked HG_LGCN_Conv with layer-wise feature concatenation.
- Parameters:
num_layers (int) – Number of HG_LGCN_Conv layers to stack.
Notes
This class builds a list of LightGCN-style layers and concatenates the input features with the output of each layer.