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
论文作者你好,在代码文件夹的onmt/ViModels.py文件的121行:z = self.cvt_cpz(zp_decd_z, tgt_memory_bank),和论文Section3.1介绍Recognition Network的地方不匹配,按道理这个121行应该传入的是src_memory_bank而不是tgt_memory_bank。潜在知识分布z应该由src生成,代码里直接用tgt算不算作弊了?
z = self.cvt_cpz(zp_decd_z, tgt_memory_bank)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
论文作者你好,在代码文件夹的onmt/ViModels.py文件的121行:
z = self.cvt_cpz(zp_decd_z, tgt_memory_bank)
,和论文Section3.1介绍Recognition Network的地方不匹配,按道理这个121行应该传入的是src_memory_bank而不是tgt_memory_bank。潜在知识分布z应该由src生成,代码里直接用tgt算不算作弊了?The text was updated successfully, but these errors were encountered: