Skip to content

Feature Expansion for Graph Neural Networks [ICML-2023]

Notifications You must be signed in to change notification settings

XiaShan1227/FE-GNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

【ICML-2023 FE-GNN】Feature Expansion for Graph Neural Networks Image

1.Environment

torch            1.13.1+cu116
torch_geometric  2.5.0

2.Run

python main.py --dataset=Cora --exp_name=Cora

注意:本实验和原论文数据集划分不一致,本实验每个类别选取20个样本做训练,所有类别随机选取500、1000个样本做验证、测试。

Code Framework Reference: FE-GNN