1.3.1
版本发布时间: 2019-08-29 15:41:53
pyg-team/pytorch_geometric最新发布版本:2.5.3(2024-04-19 19:37:44)
This is a minor release which is mostly distributed for official PyTorch 1.2 support. In addition, it provides minor bugfixes and the following new features:
Modules
- Non-normalized
ChebConv
in combination with a largest eigenvalue transform -
TAGCN
- Graph U-Net
-
Node2Vec
-
EdgePooling
- Alternative
GMMConv
formulation with separate kernels - Alternative Top-K pooling formulation based on thresholds with examples on synthetic
COLORS
andTRIANGLES
datasets
Datasets
- Pascal VOC 2011 with Berkeley keypoint annotations (
PascalVOCKeypoints
) -
DBP15K
dataset -
WILLOWObjectClass
dataset
Please also update related external packages via, e.g.:
$ pip install --upgrade torch-cluster