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
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
On Mon, 23 Nov, 2020, 15:15 相宁, ***@***.***> wrote:
there was error occured:
in score(self, hidden, encoder_output)
35 elif self.method == 'general':
36 energy = self.attn(encoder_output)
---> 37 energy = hidden.dot(energy)
38 return energy
39
RuntimeError: 1D tensors expected, but got 2D and 2D tensors
I modify nothing.
Can anyone help me!?Thank you
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#148>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE7HSYT7GPB77QQ74KXOLXLSRIVLRANCNFSM4T7HZG4A>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
there was error occured:
I modify nothing.
Can anyone help me!?Thank you
The text was updated successfully, but these errors were encountered: