Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 468 Bytes

File metadata and controls

31 lines (16 loc) · 468 Bytes

GAT-Stroke

Graph attention network for stroke classification.

Requirements

all Linux distributions no earlier than Ubuntu 16.04

Python 3.5 or later

PyTorch 1.0

Installing

pip install -r requirements.txt

Data

Download data.tar.gz and edge.tar.gz from

https://drive.google.com/open?id=1-0tRJGNZGBWgmMJ6NIzUN8QY115MBLWO

and put the data in the same directory of the code.

Usage

tar -zxvf data.tar.gz

tar -zxvf edge.tar.gz

python train.py