Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 471 Bytes

Robust Mid-Pass Filtering Graph Convolutional Networks

This is the code of paper: Robust Mid-Pass Filtering Graph Convolutional Networks.(paper accepted by WWW2023)

Requirements

  • Python 3.8.5
  • Please install other pakeages by pip install -r requirements.txt

Usage Example

  • First enter mid_pass_GCN directory cd mid_pass_GCN
  • Then run it according to the command of run.sh, eg, python -u main_meta.py --dataset cora --alpha 0.5 --hid 256 --dropout 0.6