Skip to content

Reimplementation of ICLR20 paper "Geom-GCN: Geometric Graph Convolutional Networks" based on PyTorch and PyTorch Geometric (PyG).

Notifications You must be signed in to change notification settings

alexfanjn/GeomGCN_PyG

Repository files navigation

GeomGCN_PyG

Reimplementation of ICLR 2020 paper "Geom-GCN: Geometric Graph Convolutional Networks" based on PyTorch and PyTorch Geometric (PyG).

Run

python main.py

Note

  • Currently, we directly employ the default node embedding results following original paper, thus the latent space is a 2 X 2 grid in a 2D Euclidean space.

About

Reimplementation of ICLR20 paper "Geom-GCN: Geometric Graph Convolutional Networks" based on PyTorch and PyTorch Geometric (PyG).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages