"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "9e474c3c46c0871838c021093c67a9c7eb1863ea"
Unverified Commit b099ac93 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[GraphBolt] remove func decorator from ItemSampler (#6357)

parent c298223f
...@@ -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.
......
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