mandarin-tts icon indicating copy to clipboard operation
mandarin-tts copied to clipboard

unable to train biaobei

Open lucasjinreal opened this issue 2 years ago • 1 comments

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

lucasjinreal avatar Jan 21 '22 07:01 lucasjinreal

我也遇到了相同的问题

longglecc avatar Jun 22 '22 10:06 longglecc