2.7.0
安装 PyG
安装
开始使用
通过示例介绍
Colab 笔记本和视频教程
教程
图神经网络的设计
处理图数据集
用例与应用
分布式训练
高级概念
高级小批量处理
内存高效聚合
分层邻域采样
编译图神经网络
TorchScript 支持
通过远程后端扩展GNNs
使用GraphGym管理实验
PyG 工作负载的 CPU 亲和性
包参考
torch_geometric
torch_geometric.nn
torch_geometric.data
torch_geometric.loader
torch_geometric.sampler
torch_geometric.datasets
同质数据集
异构数据集
超图数据集
合成数据集
Graph Generators
Motif Generators
torch_geometric.transforms
torch_geometric.utils
torch_geometric.explain
torch_geometric.metrics
torch_geometric.distributed
torch_geometric.contrib
torch_geometric.graphgym
torch_geometric.profile
速查表
GNN Cheatsheet
数据集速查表
外部资源
外部资源
pytorch_geometric
torch_geometric.datasets
torch_geometric.datasets.graph_generator.GraphGenerator
View page source
torch_geometric.datasets.graph_generator.GraphGenerator
class
GraphGenerator
[source]
Bases:
ABC
用于生成合成图的抽象基类。