PyGCL / PyGCL

PyGCL: A PyTorch Library for Graph Contrastive Learning

Home Page:https://PyGCL.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to use BGRL or BarlowTwins in the G2G setting?

davidfstein opened this issue · comments

I would like to implement the BGRL and or BarlowTwins in the G2G setting as my downstream task involves graph-level predictions. However, in the papers, these algorithms appear to be developed for node-level tasks. I see in the readme that BarlowTwins at least should be usable in the G2G setting, but I'm not sure how to implement it. Could you provide some guidance?

Same as my question