Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
4125f63e
"tests/vscode:/vscode.git/clone" did not exist on "993fd3f94baff137216d2b16dade638f3b6c99c3"
Unverified
Commit
4125f63e
authored
Aug 28, 2020
by
Jinjing Zhou
Committed by
GitHub
Aug 28, 2020
Browse files
Update docs (#2123)
* Remove SSE * Update env_var.rst
parent
3808dc95
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
docs/source/env_var.rst
docs/source/env_var.rst
+2
-1
tutorials/models/1_gnn/README.txt
tutorials/models/1_gnn/README.txt
+0
-8
No files found.
docs/source/env_var.rst
View file @
4125f63e
...
...
@@ -8,6 +8,7 @@ Backend Options
* The backend deep learning framework for DGL.
* Choices:
* 'pytorch': use PyTorch as the backend implementation.
* 'tensorflow': use Apache TensorFlow as the backend implementation.
* 'mxnet': use Apache MXNet as the backend implementation.
Data Repository
...
...
tutorials/models/1_gnn/README.txt
View file @
4125f63e
...
...
@@ -36,11 +36,3 @@ Graph neural networks and its variants
graphs, this implementation shows how you can judiciously mix simple tensor
operations and sparse-matrix tensor operations, along with message-passing with
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment