Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 442 Bytes

api-collate.rst

File metadata and controls

21 lines (15 loc) · 442 Bytes

audtorch.collate

Collate functions manipulate and merge a list of samples to form a mini-batch, see :pytorch.utils.data.DataLoader. An example use case is batching sequences of variable-length, which requires padding each sample to the maximum length in the batch.

audtorch.collate

Collation

Collation

Seq2Seq

Seq2Seq