Skip to content

liamgu06/GraphACL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphACL

PyTorch implementation for the paper, "Self-supervised Graph-level Representation Learning with Adversarial Contrastive Learning".

Dependencies

  • python == 3.7
  • torch == 1.8.0
  • torch-geometric == 1.7.2

Scripts

To run GraphACL on IMDB-M dataset:

python main.py

To run GraphACL* on IMDB-M dataset:

python main.py --model graphacl_star

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages