"...text-generation-inference.git" did not exist on "82670d97864d45e0e3d0654143a4aaebbc98f16b"
Commit a85382b0 authored by John Andrilla's avatar John Andrilla Committed by Zihao Ye
Browse files

[doc] simple readability and style changes (#965)

parent 82499e60
FAQ FAQ
=== ===
Trouble Shooting Troubleshooting
---------------- ----------------
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. Pytorch, MXNet), so it is important DGL is a framework atop other frameworks, e.g., PyTorch, 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
......
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