1.4.1
版本发布时间: 2020-02-04 19:57:21
pyg-team/pytorch_geometric最新发布版本:2.5.3(2024-04-19 19:37:44)
This release mainly focuses on torch-scatter=2.0
support. As a result, PyTorch Geometric now requires PyTorch 1.4. If you are in the process of updating to PyTorch 1.4, please ensure that you also re-install all related external packages.
Features
- Graph Diffusion Convolution
- MinCUT Pooling
- CGCNNConv
-
TUDataset
cleaned versions, containing only non-isomorphic graphs -
GridSampling
transform -
ShapeNet
dataset now comes with normals and better split options - TriMesh conversion utilities
-
ToSLIC
transform for superpixel generation from images - Re-writing of
MessagePassing
interface with customaggregate
methods (no API changes)
Bugfixes
- Fixed some failure modes of
from_networkx
.