forked from williamleif/graphsage-simple
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
127147f
commit 1966d21
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |