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
File "/path/to/project/Transformer-TTS/loss.py", line 33, in guide_loss
W[i, :T, :L] += alignments[0].new_tensor(1-torch.exp(-12.5*x))
IndexError: too many indices for tensor of dimension 2
The text was updated successfully, but these errors were encountered:
Do you change the file 'functional.py' in original pytorch package following the description at the bottom of the README.md? I think it can cause the problem.
Also, I revise this repository, so you can check it again.
Training fails with following error message:
The text was updated successfully, but these errors were encountered: