Skip to content

Latest commit

 

History

History
 
 

chapter7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Chapter7:GraphSage示例(使用Cora数据集)

文件说明

文件 说明
main.py 基于Cora数据集的GraphSage示例
net.py 主要是GraphSage定义
data.py 主要是Cora数据集准备
sampling.py 简单的采样接口

运行示例

cd chapter7
python3 main.py

TODO: 支持在Colab中运行