Skip to content

xyhappy/LGCLD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

LGCLD: Layer-adaptive-augmentation-based Graph Contrastive Learning with Feature Decorrelation

This is a PyTorch implementation of LGCLD algorithm, which designs a new graph contrastive learning framework to learn graph-level representations for both unsupervised and semi-supervised graph classification tasks.

Requirements

  • python
  • pytorch
  • pytorch_geometric (pyg)

Note:

This code repository is built on pyg, which is a Python package built for easy implementation of graph neural network model family. Please refer here for how to install and utilize the library.

Datasets

Graph classification benchmarks are publicly available at here.

Run

To run LGCLD, just execute the following command for graph classification task:

python main.py

Reference

[1] Graph Contrastive Learning with Augmentations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages