Skip to content

Commit

Permalink
[Doc] The len(data) of TUDataset('DD') must be 1178
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaos-Hu-edu committed Mar 15, 2024
1 parent a272efe commit 0baa1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/data/tu.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ class TUDataset(DGLBuiltinDataset):
The dataset instance is an iterable
>>> len(data)
188
1178
>>> g, label = data[1024]
>>> g
Graph(num_nodes=88, num_edges=410,
Expand Down

0 comments on commit 0baa1ac

Please sign in to comment.