1.4.3
版本发布时间: 2020-03-18 02:05:42
pyg-team/pytorch_geometric最新发布版本:2.5.3(2024-04-19 19:37:44)
Features
-
Cluster-GCN via
ClusterData
andClusterLoader
for operating on large-scale graphs, seeexamples/cluster_gcn.py
for an example on how to use - Added a tutorial about advanced mini-batching scenarios
- Added a
tensorboard
logging example
Datasets
-
CitationFull
: The full citation network dataset suite -
SNAPDataset
: A subset of graph datasets from the SNAP dataset collection -
SuiteSparseMatrixCollection
-
TrackMLParticleTrackingDataset
Minor Changes
- Added the
concat
argument toSAGEConv
- Outsourced the
train_test_split_edges
method of the graph autoencoderGAE
class totorch_geometric.utils
Bugfixes
- Fixed
SplineConv
compatibility with latesttorch-spline-conv
package -
trimesh
conversion utilities do not longer result in a permutation of the input data