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
means ys shouldn't be None, but in line 24, evaluation.py _, after_outs, d_outs, e_outs, p_outs = model._forward(x_.cuda(), ilens.cuda(), out_length_.cuda(), dur_.cuda(), es=e_.cuda(), ps=p_.cuda(), is_inference=False) # [T, num_mel]
will throw error.
hello rishikksh20, thanks for your contribution!
I found a problem when training with these code.
in line 415, fastspeech.py
I think the last inference don't need to forward?, like below.
The text was updated successfully, but these errors were encountered: