You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried Whisper to carry ASR task. It performs well.
However, in our case, we want to train and test our model on long audios (about 70sec). Our data are given directly using 40d fbank features and we tried to use some fc layers to convert them to fit the 80d input. Unfortunately, now whisper only seems to allow a 30s audio input, making much information be cut off before being conveyed to the network.
For this case, is there any solution?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried Whisper to carry ASR task. It performs well.
However, in our case, we want to train and test our model on long audios (about 70sec). Our data are given directly using 40d fbank features and we tried to use some fc layers to convert them to fit the 80d input. Unfortunately, now whisper only seems to allow a 30s audio input, making much information be cut off before being conveyed to the network.
For this case, is there any solution?
Beta Was this translation helpful? Give feedback.
All reactions