This repository contains a PyTorch implementation of "Difference Residual Graph Neural Networks".
- CUDA=11.1
conda env create -f environment.yml
cd scripts
chmod 744 run_all.sh
./run_all.sh
@article{yangMM2022drc,
title = {Difference Residual Graph Neural Networks},
author = {Liang Yang, Weihang Peng and Wenmiao Zhou, Bingxin Niu and Junhua Gu, Chuan Wang and Yuanfang Guo, Dongxiao He and Xiaochun Cao},
year = {2022},
booktitle = {{MM} '22: The {ACM} MULTIMEDIA Conference 2022},
}