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
b099ac93
"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "9dff5419eadbe4547cbf6ac3c775f49e31715c85"
Unverified
Commit
b099ac93
authored
Sep 20, 2023
by
Rhett Ying
Committed by
GitHub
Sep 20, 2023
Browse files
[GraphBolt] remove func decorator from ItemSampler (#6357)
parent
c298223f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
python/dgl/graphbolt/item_sampler.py
python/dgl/graphbolt/item_sampler.py
+0
-1
No files found.
python/dgl/graphbolt/item_sampler.py
View file @
b099ac93
...
@@ -78,7 +78,6 @@ def minibatcher_default(batch, names):
...
@@ -78,7 +78,6 @@ def minibatcher_default(batch, names):
return
minibatch
return
minibatch
@
functional_datapipe
(
"sample_item"
)
class
ItemSampler
(
IterDataPipe
):
class
ItemSampler
(
IterDataPipe
):
"""Item Sampler.
"""Item Sampler.
...
...
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