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
decoder端 输入的query 计算出 GMM 的三个参数( w,u,sigma)
每个decoder时刻都会有一个 给encoder 编码出来所有结果共用的 GMM 同时为了保证单调性, 将u进行历史积累 递增。
这样就能实现 每次计算完,比如 第一次在h_1 高权重,第二次就会在h_1之后来高权重 而不会在 h_1 之前高权重。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
decoder端 输入的query 计算出 GMM 的三个参数( w,u,sigma)
每个decoder时刻都会有一个 给encoder 编码出来所有结果共用的 GMM
同时为了保证单调性, 将u进行历史积累 递增。
这样就能实现 每次计算完,比如 第一次在h_1 高权重,第二次就会在h_1之后来高权重 而不会在 h_1 之前高权重。
The text was updated successfully, but these errors were encountered: