Graph Masked Autoencoders with Transformers (GMAE)

May 14, 2022 ยท View on GitHub

Official implementation of Graph Masked Autoencoders with Transformers.

Requirements

pytorch=1.7.1
torch_geometric=1.6.3
pytorch_lightning=1.3.1

Usage

Run the bash files in the bash folder for a quick start.

Contents

  1. 1Requirements
  2. 2Usage