Closed
Description
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
Labels
No labels