jasperzelu
Results
1
issues of
jasperzelu
When i set cfg.dataset.task=node, cfg.model.type=gnn , cfg.gnn.stage_type=stack, then it come s to self.post_mp = GNNHead(dim_in=d_in, dim_out=dim_out) in gnn using: ```python class GNNNodeHead(nn.Module): '''Head of GNN, node prediction''' def __init__(self, dim_in,...