We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431893e commit 836f557Copy full SHA for 836f557
src/lobster/datasets/_multiplexed_sampling_dataset.py
@@ -4,7 +4,7 @@
4
from torch.utils.data import IterableDataset
5
6
7
-class MultiplexedDataset(IterableDataset):
+class MultiplexedSamplingDataset(IterableDataset):
8
"""Dataset that samples from multiple datasets according to specified weights."""
9
10
def __init__(
0 commit comments