Yuanfu Lu

Results 1 issues of Yuanfu Lu

Hi, In the code for BIO dataset, the node embeddings in GIN are updated with [CONCAT operation](https://github.com/snap-stanford/pretrain-gnns/blob/3aae07727ad619f0f8766b0c219c3d285b9da410/bio/model.py#L54), while the node embeddings in other GNN models are updated with [PLUS operation](https://github.com/snap-stanford/pretrain-gnns/blob/3aae07727ad619f0f8766b0c219c3d285b9da410/bio/model.py#L113),...