Update README.md
This commit is contained in:
parent
fcf5eb5d63
commit
146406c2c0
@ -2,9 +2,9 @@
|
|||||||
### Author: William L. Hamilton
|
### Author: William L. Hamilton
|
||||||
|
|
||||||
|
|
||||||
Basic reference PyTorch implementation of GraphSAGE.
|
Basic reference PyTorch implementation of [GraphSAGE](https://github.com/williamleif/GraphSAGE).
|
||||||
This reference implementation is not as fast as the TensorFlow version for large graphs, but the code is easier to read and it performs better on small-graph benchmarks.
|
This reference implementation is not as fast as the TensorFlow version for large graphs, but the code is easier to read and it performs better (in terms of speed) on small-graph benchmarks.
|
||||||
The code is also intended to be more extensible and easier to work with the the TensorFlow version.
|
The code is also intended to be simpler, more extensible, and easier to work with than the TensorFlow version.
|
||||||
|
|
||||||
Currently, only supervised versions of GraphSAGE-mean and GraphSAGE-GCN are implemented.
|
Currently, only supervised versions of GraphSAGE-mean and GraphSAGE-GCN are implemented.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user