Skip to content

Commit

Permalink
Update src/modalities/dataloader/dataset.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Stollenwerk <[email protected]>
  • Loading branch information
le1nux and flxst authored Oct 24, 2024
1 parent 2e8a880 commit 6d9b88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modalities/dataloader/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def _generate_packing_index(self) -> List[Tuple[int, int]]:
class CombinedDataset(Dataset):
"""Combines multiple datasets into one large dataset at runtime.
Note: When using this class to combine multiple `PackedMemMapDatasetes`, then each packed sample
Note: When using this class to combine multiple `PackedMemMapDataset`s, then each packed sample
is packed from a single dataset (i.e., the samples are not mixed between datasets).
In the Dataloader a batch will still contain packed samples from different datasets.
"""
Expand Down

0 comments on commit 6d9b88a

Please sign in to comment.