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
Hi, thanks for the great jobs.
I encountered two problems and hope you can help.
when testing with long audio, saying 30 seconds or longer, lots of sentence and words will be lost in the prediction. I have adjusted the max encoding length max_len and length penalty, it helps a little but still not so well. Is it necessary to add some long samples to train? if I want to test one minute audio, i have to use one minute audio for training?
I notice you comment the relative positional in decoder, and set False as default. Did you find it not work in decoder? Dose the position encoding method have any relation with the question one?
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great jobs.
I encountered two problems and hope you can help.
when testing with long audio, saying 30 seconds or longer, lots of sentence and words will be lost in the prediction. I have adjusted the max encoding length max_len and length penalty, it helps a little but still not so well. Is it necessary to add some long samples to train? if I want to test one minute audio, i have to use one minute audio for training?
I notice you comment the relative positional in decoder, and set False as default. Did you find it not work in decoder? Dose the position encoding method have any relation with the question one?
The text was updated successfully, but these errors were encountered: