Closed
Description
Hi,
when browsing the code, I found there might be bugs in the subgraph augmentation.
In Python 3.7+, the union
operation is not an inplace operation, so that idx_neigh
will not be updated properly. In this situation, only 1-hop subgraph of a random centor node will be generated.
Some examples:
GraphCL/unsupervised_TU/aug.py
Line 371 in e9e598d
Metadata
Metadata
Assignees
Labels
No labels