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

About unsupervised_ Cora_ Citeseer #39

Closed DuanhaoranCC closed 2 years ago

DuanhaoranCC commented 2 years ago

Hello! I'm studying your paper and code. I have a few doubts to ask:

  1. Model encoder: you use DGI. Why not use other models, such as simple GCN;
  2. In Cora's code, I didn't find the temperature definition of comparative loss. Did I miss anything?

Finally, thank you very much for your answer, thank you!