REINS-SJTU / EGAT-pytorch

Code of model EGAT
0 stars 2 forks source link

CodeAppendix

Code for paper "EGAT: Edge-Featured Graph Attention Network"

Dependencies

in requirements.txt

File Structure

Usage

Dataset Prepare

Please copy all dataset to data directory. (available at this url)

Hyperparameters

You can control the hyperparameter in config.yml. where the meaning of each hyperparameter is commented .

Train

Run python main.py to train the model. The results are reported in the terminal.