Added README.
This commit is contained in:
parent
127147fab1
commit
1966d21b68
6
README
Normal file
6
README
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Basic reference pytorch implementation of GraphSAGE.
|
||||||
|
Forgive the messiness; it was coded in a rush.
|
||||||
|
|
||||||
|
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.
|
||||||
|
There is also a pubmed example (called via the `run_pubmed` function in model.py).
|
Loading…
Reference in New Issue
Block a user