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
a85382b0
Commit
a85382b0
authored
Nov 01, 2019
by
John Andrilla
Committed by
Zihao Ye
Nov 01, 2019
Browse files
[doc] simple readability and style changes (#965)
parent
82499e60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docs/source/faq.rst
docs/source/faq.rst
+5
-5
No files found.
docs/source/faq.rst
View file @
a85382b0
FAQ
FAQ
===
===
Trouble
S
hooting
Trouble
s
hooting
----------------
----------------
DGL is still in its alpha stage, so expect some trial and error. Keep in mind that
Deep Graph Library (
DGL
)
is still in its alpha stage, so expect some trial and error. Keep in mind that
DGL is a framework atop other frameworks
(
e.g. Py
t
orch, MXNet
)
, so it is important
DGL is a framework atop other frameworks
,
e.g.
,
Py
T
orch, MXNet, so it is important
to figure out whether
the
bug is due to DGL or the backend framework. For example,
to figure out whether
a
bug is due to DGL or the backend framework. For example,
DGL will usually complain and throw a ``DGLError`` if anything goes wrong. If you
DGL will usually complain and throw a ``DGLError`` if anything goes wrong. If you
are pretty confident that it is a bug, feel free to raise an issue.
are pretty confident that it is a bug, feel free to raise an issue.
...
@@ -14,7 +14,7 @@ are pretty confident that it is a bug, feel free to raise an issue.
...
@@ -14,7 +14,7 @@ are pretty confident that it is a bug, feel free to raise an issue.
Out-of-memory
Out-of-memory
-------------
-------------
Graph can be very large and training on graph may cause
OOM
. There are several
Graph can be very large and training on graph may cause
out of memory (OOM) errors
. There are several
tips to check when you get an OOM error.
tips to check when you get an OOM error.
* Try to avoid propagating node features to edges. Number of edges are usually
* Try to avoid propagating node features to edges. Number of edges are usually
...
...
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