Skip to content

Files

Latest commit

 

History

History
17 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 402 Bytes

A template for graph-level regression, demonstrated on QM9.

The network implemented is a graph attention network.

The code uses the following tools:

  • pytorch_geometric
  • pytorch_lightning
  • hydra
  • weights and biases

Installation

  • First follow the installation guide of pytorch geometric.
  • Install the other packages with pip install -r requirements.txt

author: Clement Vignac