Shen-Lab / GraphCL

[NeurIPS 2020] "Graph Contrastive Learning with Augmentations" by Yuning You, Tianlong Chen, Yongduo Sui, Ting Chen, Zhangyang Wang, Yang Shen
MIT License
541 stars 103 forks source link

fix: subgraph augmentation missing critical `=` #63

Closed ATheCoder closed 1 year ago

ATheCoder commented 1 year ago

Not sure if this was intended but it seems like the method fails to work without this.

yyou1996 commented 1 year ago

Thanks, @ATheCoder! We identify it and put it in readme (see https://github.com/Shen-Lab/GraphCL#potential-issues), or also refer to https://github.com/Shen-Lab/GraphCL/issues/24 for detailed discussions. I have merged your commit.