Skip to content

Commit 836f557

Browse files
committed
remove iter multiplexed workers
1 parent 431893e commit 836f557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lobster/datasets/_multiplexed_sampling_dataset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from torch.utils.data import IterableDataset
55

66

7-
class MultiplexedDataset(IterableDataset):
7+
class MultiplexedSamplingDataset(IterableDataset):
88
"""Dataset that samples from multiple datasets according to specified weights."""
99

1010
def __init__(

0 commit comments

Comments
 (0)