-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
关于另外一个predict和train的bug (seq2seq pytorch) #146
Comments
对,这个很迷惑 |
|
|
我看了一下你的这个链接,感觉可以改一下。 |
|
感谢两位指出,我回头找时间review一下代码,包括并行处理 都解决一下,预计10月30日更新。 |
没事,非常感谢你的project。我自己做了一个英文版的chatbot是基于你给的model改的。非常感谢你的project :》 |
|
我看target_Lang 是记录所有ask的input,但在predict里:
input_tensor = tensorFromSentence(input_lang,sentence)
我觉得这里第一个参数应该是target_lang, 因为client是向robot问话
train 也是同样的问题,把target和input搞反了
The text was updated successfully, but these errors were encountered: