Ilya Ovchinnikov

Results 1 issues of Ilya Ovchinnikov

Hi. It seems that max_len doesnt work properly. mel_len should be `mel_input_length_all.max()`, not `mel_input_length_all.min()` It leads that we select the maximum length as minimum length in batch. With this formula...