ltu icon indicating copy to clipboard operation
ltu copied to clipboard

why pad_or_trim use 1000 rather than 3000 when transcribe_audio?

Open peggyxpxu opened this issue 7 months ago • 1 comments

why pad_or_trim use 1000 rather than 3000 when transcribe_audio? mel = pad_or_trim(mel, 1000).to(model.device).to(dtype)

peggyxpxu avatar Jul 25 '24 08:07 peggyxpxu