Skip to content

ConcatDataset allows Packed sub datasets #1708

Closed
@pbontrager

Description

@pbontrager

Currently we don’t allow data packing with concat dataset. We can discuss enabling that, but in the meantime there’s a big in recipes wheee a user can set packed =True to each dataset in the list . This will individually pack each one but not use the right collate function, also, all of the datasets in the list should probably be packed together. To fix this for now, we can have ConcatDataset check that there are no packed datasets in the list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions