Skip to content

vakker/HetSAGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HetSAGE

This repo contains the code used for HetSAGE: Heterogenous Graph Neural Network for Relational Learning.

Use the environment.yml file to install the required packages. To reproduce the results from the paper:

  1. preprocess the data: python sql2graph.py --opts <opts>, e.g. --opts rules/muta188.yml,
  2. run the training: python exp.py --graph <graph-file> --max-epochs 50 --workers 2 --logdir <logdir> --device cpu

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages