Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
7129905e
"git@developer.sourcefind.cn:OpenDAS/bitsandbytes.git" did not exist on "ae7cd6ad147e67c3d5c4a681ef573c92fc5dd9de"
Unverified
Commit
7129905e
authored
Mar 18, 2024
by
hu chaochao
Committed by
GitHub
Mar 18, 2024
Browse files
[Doc] The len(data) of TUDataset('DD') must be 1178. (#7219)
parent
a2c5472a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/data/tu.py
python/dgl/data/tu.py
+1
-1
No files found.
python/dgl/data/tu.py
View file @
7129905e
...
@@ -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)
1
8
8
1
17
8
>>> g, label = data[1024]
>>> g, label = data[1024]
>>> g
>>> g
Graph(num_nodes=88, num_edges=410,
Graph(num_nodes=88, num_edges=410,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment