Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 691 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 691 Bytes

grand_dropedge

=======

grand

This is the code of Graph Random Neural Network with DropEdge as Augmentation Method

Requirements

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

Usage Example

  • Running one trial on Cora: sh run_cora.sh
  • Running 100 trials with random initializations on Cora: sh run100_cora.sh
  • Calculating the average accuracy of 100 trails on Cora: python result_100run.py cora

Running Environment

The experimental results reported in paper are conducted on a single NVIDIA GeForce RTX 2080 Ti with CUDA 10.0, which might be slightly inconsistent with the results induced by other platforms.