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?
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?