Skip to content

wuuu110/UGAS-GC

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Introduction

The source code for the paper "Towards Efficient Few-shot Graph Neural Architecture Search via Partitioning Gradient Contribution", accepted by ACM SIGKDD 2025.

Citation

If you find our paper and code useful, please cite our paper ๐Ÿš€๐Ÿš€๐Ÿš€:

@inproceedings{Hercules,
title = {Towards Efficient Few-shot Graph Neural Architecture Search via Partitioning Gradient Contribution},
author = {Song, Wenhao and Wu, Xuan and Yang, Bo and Zhou, You and Xiao, Yubin and Liang, Yanchun and Ge, Hongwei and Lee, Heow Pueh and  Wu, Chunguo},
booktitle={Proceedings of the ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
year = {2025},
}

Setup

git clone https://github.com/rampasek/GraphGPS.git
conda create -n UGAS python=3.9
conda activate UGAS
conda install pytorch=1.10 torchvision torchaudio -c pytorch -c nvidia
conda install pyg=2.0.4 -c pyg -c conda-forge
conda install openbabel fsspec rdkit -c conda-forge
pip install torchmetrics
pip install performer-pytorch
pip install ogb
pip install tensorboardX
pip install wandb
conda clean --all

Acknowledgment

This repository is forked from GraphGPS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%