[Roadmap] New PyTorch Geometric Releases
See original GitHub issue[Roadmap]
1.6.1
-
WikiCSDataset
-
DeepGCN
- Fix
torch-sparse
reductions withdim=0
- Fix
torch-sparse
suppression of warnings -
PairNorm
(https://github.com/rusty1s/pytorch_geometric/pull/1448) -
LayerNorm
(https://github.com/rusty1s/pytorch_geometric/pull/1471) - Fix
jittable
bug when installing PyG viapip
- PyTorch 1.6.0 support
- Test
GNNExplainer
with more models
1.6.2
- Fix wrong URLs in datasets
-
WebKB
datasets from the Geom-GCN paper -
GCN2Conv
from the Simple and Deep Graph Convolutional Networks paper -
TransformerConv
from Masked Label Prediction: Unified Message Passing Model for Semi-Supervised Classification - Unsupervised GraphSAGE example (https://github.com/rusty1s/pytorch_geometric/pull/1514) [Example]
-
DistributedDataParallel
support:- Large-scale node classification (https://github.com/rusty1s/pytorch_geometric/pull/1453)
- Batching of graphs (https://github.com/rusty1s/pytorch_geometric/issues/1417#issuecomment-664119294) [Example]
-
Node2Vec
implementation withp != 1
andq != 1
- Faster CPU implementations in
torch-scatter
andtorch-sparse
via multi-threading:-
spmm
-
- Add edge weights to the documentation of GNN formulations, see https://github.com/rusty1s/pytorch_geometric/issues/1449
- Clean up documentation via
autosummary
(https://github.com/rusty1s/pytorch_geometric/pull/1791) -
follow_batch
argument inDataParallel
1.6.3.
-
WikipediaNetwork
andActor
datasets from the Geom-GCN paper -
torch_geometric.utils.homophily_ratio
1.7.0+
- Deep Graph Infomax Inductive Reddit Example (https://github.com/rusty1s/pytorch_geometric/pull/1859) (thanks to @harrygcoppock)
-
TGN
(Temporal Graph Network) (https://github.com/rusty1s/pytorch_geometric/pull/1519) (thanks to @emalgorithm) - Weisfeiler-Lehman kernel (thanks to @chrsmrrs)
- Label Propagation
- Correct&Smooth
- PyTorch Lightning Example (GIN + GraphSAGE)
-
FiLMConv
- Conda installation
-
cupgraph
conversions - Fix
HyperGraphConv
https://github.com/rusty1s/pytorch_geometric/issues/1801 -
scatter_mul
implementation - NARS
-
spspmm
backward implementation - Multi-dimensional indexing of
SparseTensor
, e.g.,adj[torch.tensor([0, 1, 2]), torch.tensor([0, 1, 2])]
- Allow edge types for any message passing GNN (https://github.com/rusty1s/pytorch_geometric/issues/1670)
- Make all CPP sampling ops respect
torch.manual_seed
-
random_walk
with custom transition probabilities -
torch.half
support - Digraph Inception Convolutional Networks (https://github.com/rusty1s/pytorch_geometric/issues/1847)
- Faster CPU implementations in
torch-scatter
andtorch-sparse
via multi-threading:-
fps
-
spspmm
-
scatter
-
segment
-
-
NeighborSampler
withGCNConv
example - [ ]
TrimNet
(TrimNet: learning molecular representation from triplet messages for biomedicine) - Let
TransformerConv
be able to return attention weights (https://github.com/rusty1s/pytorch_geometric/pull/2807)
Issue Analytics
- State:
- Created 3 years ago
- Comments:20 (10 by maintainers)
Top Results From Across the Web
[Roadmap] New PyTorch Geometric Releases #1465 - GitHub
I sm trying to read my data using TORCH_GEOMETRIC.IO.TU code. My data type is exactly similar to the enzymes dataset. However, the program...
Read more >PyTorch Geometric - Read the Docs
PyG (PyTorch Geometric) is a library built upon PyTorch to easily write and train Graph Neural Networks (GNNs) for a wide range of...
Read more >a Library for Learning Representations of Graph Edges
The authors propose a new GNN library for edge representation learning, built upon PyTorch Geometric. The paper is well motivated, since ...
Read more >PyTorch Geometric Archives - ArangoDB
On July 29 2022, we introduced the first release of the PyTorch Geometric Adapter to the ArangoML community. We are proud to have...
Read more >FAST GRAPH REPRESENTATION LEARNING WITH ...
We introduce PyTorch Geometric, a library for deep learning on irregularly struc- ... is released under the MIT license and is available on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have plans to release a new version today 😃
Just released PyTorch Geometric 1.6.2!
Thanks to many wonderful contributors 😃 Please let me know if you encounter any issues.