We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问一下~在代码里面我看到您的注意力模型初始状态是全0
hidden = Variable(torch.zeros(nB,hidden_size).type_as(feats.data)) (asrn_res.py 106行)
注意力模型作为一个解码器,那么初始状态是不是应该设定为编码器的末状态呢 (不过我用全0初始状态跑代码,效果也挺棒的233)
The text was updated successfully, but these errors were encountered:
理论上都是可以的,您可以试一试~
Sorry, something went wrong.
No branches or pull requests
请问一下~在代码里面我看到您的注意力模型初始状态是全0
hidden = Variable(torch.zeros(nB,hidden_size).type_as(feats.data))
(asrn_res.py 106行)
注意力模型作为一个解码器,那么初始状态是不是应该设定为编码器的末状态呢
(不过我用全0初始状态跑代码,效果也挺棒的233)
The text was updated successfully, but these errors were encountered: