Skip to content

Chenhui1016/directed_graphsage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference Directed GraphSAGE Implementation

Author: William L. Hamilton, Chenhui Deng

Currently, only supervised versions of GraphSAGE-mean and GraphSAGE-GCN are implemented.

Requirements

pytorch >0.2 is required.

Running examples

Execute python -m graphsage.model to run the Cora example. It assumes that CUDA is not being used, but modifying the run functions in model.py in the obvious way can change this.

About

Implementation of GraphSAGE on Directed Graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages