Unverified Commit 4125f63e authored by Jinjing Zhou's avatar Jinjing Zhou Committed by GitHub
Browse files

Update docs (#2123)

* Remove SSE

* Update env_var.rst
parent 3808dc95
...@@ -8,6 +8,7 @@ Backend Options ...@@ -8,6 +8,7 @@ Backend Options
* The backend deep learning framework for DGL. * The backend deep learning framework for DGL.
* Choices: * Choices:
* 'pytorch': use PyTorch as the backend implementation. * 'pytorch': use PyTorch as the backend implementation.
* 'tensorflow': use Apache TensorFlow as the backend implementation.
* 'mxnet': use Apache MXNet as the backend implementation. * 'mxnet': use Apache MXNet as the backend implementation.
Data Repository Data Repository
......
...@@ -36,11 +36,3 @@ Graph neural networks and its variants ...@@ -36,11 +36,3 @@ Graph neural networks and its variants
graphs, this implementation shows how you can judiciously mix simple tensor graphs, this implementation shows how you can judiciously mix simple tensor
operations and sparse-matrix tensor operations, along with message-passing with operations and sparse-matrix tensor operations, along with message-passing with
DGL. DGL.
* **Stochastic steady-state embedding (SSE)** `[research paper] <http://proceedings.mlr.press/v80/dai18a/dai18a.pdf>`__ `[tutorial]
<1_gnn/8_sse_mx.html>`__ `[MXNet code]
<https://github.com/dmlc/dgl/blob/master/examples/mxnet/sse>`__:
SSE is an example to illustrate the co-design of both algorithm and
system. Sampling to guarantee asymptotic convergence while lowering
complexity and batching across samples for maximum parallelism. The emphasis
here is that a giant graph that cannot fit comfortably on one GPU card.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment