Delete README

This commit is contained in:
William L Hamilton 2017-12-19 16:32:24 -06:00 committed by GitHub
parent 664a8d633e
commit b0bbc30be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
README
View File

@ -1,6 +0,0 @@
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).