Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 3.66 KB

File metadata and controls

32 lines (23 loc) · 3.66 KB

Pytorch Geometric

Geometric Deep Learning Extension Library for PyTorch

General

PyTorch Geometric is a geometric deep learning extension library for PyTorch.

It consists of various methods for deep learning on graphs and other irregular structures, also known as geometric deep learning, from a variety of published papers. In addition, it consists of an easy-to-use mini-batch loader, a large number of common benchmark datasets (based on simple interfaces to create your own), and helpful transforms, both for learning on arbitrary graphs as well as on 3D meshes or point clouds.

To install Pytorch Geometric go to Instalation Guide

Fundamentals

PyTorch Geometric through self-contained examples. At its core, PyTorch Geometric provides the following main features:

In detail, the following methods are currently implemented: