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 99295d2 commit 1e18322Copy full SHA for 1e18322
tiledb/ml/readers/pytorch.py
@@ -8,7 +8,7 @@
8
import sparse
9
import torchdata
10
from torch.utils.data import DataLoader, IterDataPipe
11
-from torchdata.datapipes.iter import IterableWrapper
+from torch.utils.data.datapipes.iter import IterableWrapper
12
13
from ._pytorch_collators import Collator
14
from ._tensor_schema import TensorSchema
0 commit comments