"docs/git@developer.sourcefind.cn:one/TransferBench.git" did not exist on "d5039b7041e7e0ccf47dc531513ea68f010826fa"
Unverified Commit 7129905e authored by hu chaochao's avatar hu chaochao Committed by GitHub
Browse files

[Doc] The len(data) of TUDataset('DD') must be 1178. (#7219)

parent a2c5472a
...@@ -349,7 +349,7 @@ class TUDataset(DGLBuiltinDataset): ...@@ -349,7 +349,7 @@ class TUDataset(DGLBuiltinDataset):
The dataset instance is an iterable The dataset instance is an iterable
>>> len(data) >>> len(data)
188 1178
>>> g, label = data[1024] >>> g, label = data[1024]
>>> g >>> g
Graph(num_nodes=88, num_edges=410, Graph(num_nodes=88, num_edges=410,
......
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