spamosaic.architectures.hg_lgcn.HG_LGCN_vanilla

class spamosaic.architectures.hg_lgcn.HG_LGCN_vanilla(*args: Any, **kwargs: Any)[source]

Stacked HG_LGCN_Conv layers with layer-wise feature concatenation.

Parameters:

num_layers (int) – Number of HG_LGCN_Conv layers to stack.

forward(x, edge_index, edge_weight, edge_type)[source]

Executes stacked HG_LGCN_Conv layers and concatenates intermediate features.