Skip to content

Some examples on how to use PyTorch Geometric to solve a few simple learning tasks

Notifications You must be signed in to change notification settings

AndreaPi/learning_about_gnns

Repository files navigation

Learning about GNN

dependencies

This repository contains some tutorials and experiments to learn about Graph Neural Networks, using PyTorch Geometric as the main framework. Currently, only one learning task is covered:

  • graph classification

Project structure

Each folder under experiments contains a main.py file which runs the corresponding experiment. The main file imports classes from:

  • src/<experiment>/utils for generic data loading & preprocessing
  • src/<experiment>/datasets for functions specific to a certain dataset
  • src/<experiment>/models for model initialization, training & inference

About

Some examples on how to use PyTorch Geometric to solve a few simple learning tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published