Skip to content

Unofficial Pytorch (Pytorch Geometric) Implementation of InfoGraph (ICLR 2020) paper

Notifications You must be signed in to change notification settings

minwhoo/InfoGraph

Repository files navigation

InfoGraph - PyTorch (PyTorch Geometric) Implementation

This is an unoffical re-implementation of Sun et al.'s InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization (ICLR 2020).

Official implementation is available here.

This implementation is basically a cleaned-up and commented version of the official implementation.

Requirements

  • python 3.7
  • pytorch 1.5.0
  • pytorch-geometric 1.5.0

Run unsupervised Learning

python unsupervised.py

Run semisupervised Learning

python semisupervised.py --target 0

About

Unofficial Pytorch (Pytorch Geometric) Implementation of InfoGraph (ICLR 2020) paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages