Unverified Commit 864fd4f7 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[DistDGL] fix docstring typo

parent 364806f2
...@@ -60,10 +60,10 @@ class DistEmbedding: ...@@ -60,10 +60,10 @@ class DistEmbedding:
Note Note
---- ----
When a ``DistEmbedding`` object is used when the deep learning framework is recording When a ``DistEmbedding`` object is used in the forward computation, users
the forward computation, users have to invoke have to invoke
py:meth:`~dgl.distributed.optim.SparseAdagrad.step` afterwards. Otherwise, there will be :py:meth:`~dgl.distributed.optim.SparseAdagrad.step` afterwards. Otherwise,
some memory leak. there will be some memory leak.
""" """
def __init__( def __init__(
......
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