Self-supervised representation learning with tf-gnn

Hi TF-GNN users!

Could anyone share example code demonstrating the use of contrastive losses/DGI module, or suggest an alternative method to set up a basic self-supervised representation learning task? Alternatively, if you could point me to a repository that utilizes tf-gnn in this context, that would also be great.

Thanks,
Szabolcs

Hi @Szabolcs_Novaczki ,

Welcome to the TensorFlow Forum ,

You can explore pre-trained GNN models available in libraries like TensorFlow Model Garden to leverage pre-trained representations for your downstream tasks.

Attaching the Reference of GNN Blog

Attaching the Reference of Repository

Thank you !