Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa74e4 commit db03884Copy full SHA for db03884
torchdata/nodes/__init__.py
@@ -4,7 +4,7 @@
4
# This source code is licensed under the BSD-style license found in the
5
# LICENSE file in the root directory of this source tree.
6
7
-from .adapters import IterableWrapper, MapStyleWrapper
+from .adapters import IterableWrapper, MapStyleWrapper, SamplerWrapper
8
from .base_node import BaseNode, T
9
from .batch import Batcher
10
from .loader import Loader
@@ -25,6 +25,7 @@
25
"ParallelMapper",
26
"PinMemory",
27
"Prefetcher",
28
+ "SamplerWrapper",
29
"Stateful",
30
"T",
31
]
0 commit comments