torch-audiomentations icon indicating copy to clipboard operation
torch-audiomentations copied to clipboard

Implement CutMix

Open iver56 opened this issue 4 years ago • 0 comments

@nicofarr

torch-audiomentations works on tensors with shapes like (batch_size, samples) or (batch_size, channels, samples)

How do you propose CutMix would work when replacing some of the audio in an audio example? Pick audio from a different audio example in the batch? Or load different audio from disk?

iver56 avatar Nov 17 '20 08:11 iver56