Unverified Commit 7823ae2d authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

add TUDataset notice (#3075)


Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
parent 4307fe88
......@@ -252,6 +252,13 @@ class TUDataset(DGLBuiltinDataset):
num_labels : int
Number of classes
Notes
-----
**IMPORTANT:** Some of the datasets have duplicate edges exist in the graphs, e.g.
the edges in ``IMDB-BINARY`` are all duplicated. DGL faithfully keeps the duplicates
as per the original data. Other frameworks such as PyTorch Geometric removes the
duplicates by default. You can remove the duplicate edges with :func:`dgl.to_simple`.
Examples
--------
>>> data = TUDataset('DD')
......
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