Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 518 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 518 Bytes

GraphRNA_KDD19

Graph Recurrent Networks with Attributed Random Walks

Installation

  • Requirements
  1. numpy
  2. scipy
  3. sklearn
  4. torch
  • Usage
  1. cd GraphRNA_KDD19
  2. pip install -r requirements.txt
  3. python GraphRNA_endtoend.py --gpu 0

Reference in BibTeX:

@conference{Huang-etal19Accelerated,
Author = {Xiao Huang and Qingquan Song and Yuening Li and Xia Hu},
Booktitle = {SIGKDD Conference on Knowledge Discovery},
Title = {Graph Recurrent Networks with Attributed Random Walks},
Year = {2019}}