ranchlai / mandarin-tts

Chinese Mandarin tts text-to-speech 中文 (普通话) 语音 合成 , by fastspeech 2 , implemented in pytorch, using waveglow as vocoder, with biaobei and aishell3 datasets
465 stars 111 forks source link

unable to train biaobei #24

Open lucasjinreal opened 2 years ago

lucasjinreal commented 2 years ago
mandarin-tts/mtts/models/layers.py", line 91, in forward
    output = output.permute(1, 2, 0, 3).contiguous().view(sz_b, len_q, -1)  # b x lq x (n*dv)
RuntimeError: cannot reshape tensor of 0 elements into shape [0, 8, -1] because the unspecified dimension size -1 can be any value and is ambiguous
longglecc commented 2 years ago

我也遇到了相同的问题