Skip to content

jamesYu365/grahsage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A PyTorch implementation of GraphSAGE

This package contains a PyTorch implementation of GraphSAGE. Currently, only supervised versions of GraphSAGE-mean, GraphSAGE-GCN, GraphSAGE-maxpool and GraphSAGE-meanpool are implemented.

Authors of this code package:

Bin Yu

Environment settings

  • python>=3.6.8
  • pytorch>=1.0.0

Basic Usage

Example Usage

To run the supervised model on Cuda:

python train.py

About

A PyTorch implementation of GraphSAGE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages