From cdacc218af62e67b9a16c1ba1b59ec03e35f56a8 Mon Sep 17 00:00:00 2001 From: Yasha Bubnov Date: Wed, 25 Sep 2024 13:26:29 +0200 Subject: [PATCH] Add Torch Geopooling Library This patch adds a link to the Torch Geopooling extension for PyTorch - collection of geospatial module for learning of 2d point clouds. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e0f07e..c87ce1e 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,7 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books - [Pathfinder Discovery Networks for Neural Message Passing](https://github.com/benedekrozemberczki/PDN) - [SSSNET: Semi-Supervised Signed Network Clustering](https://github.com/SherylHYX/SSSNET_Signed_Clustering) - [MagNet: A Neural Network for Directed Graphs](https://github.com/matthew-hirn/magnet) +- [PyTorch Geopooling: Geospatial Pooling Modules for Neural Networks in PyTorch](https://github.com/ybubnov/torch_geopooling) ## Sorting - [Stochastic Optimization of Sorting Networks via Continuous Relaxations](https://github.com/ermongroup/neuralsort)