From b0bbc30be5288d59217fc38e33c02a6df91a00bd Mon Sep 17 00:00:00 2001 From: William L Hamilton Date: Tue, 19 Dec 2017 16:32:24 -0600 Subject: [PATCH] Delete README --- README | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index c5eeb7e..0000000 --- a/README +++ /dev/null @@ -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).