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
uttr = self.utterance_encoder(ys.transpose(1, 2)).transpose(1, 2) IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1)
#4
Open
anigi98932 opened this issue
Jun 2, 2021
· 4 comments
i got this error
uttr = self.utterance_encoder(ys.transpose(1, 2)).transpose(1, 2) IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1)
can you give me a advice how to fix this ?
thanks
The text was updated successfully, but these errors were encountered:
i got this error
uttr = self.utterance_encoder(ys.transpose(1, 2)).transpose(1, 2) IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1)
can you give me a advice how to fix this ?
thanks
The text was updated successfully, but these errors were encountered: