Skip to content
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

Wrong input for c2p teacher forcing? #13

Open
trunggnsap opened this issue Oct 5, 2023 · 0 comments
Open

Wrong input for c2p teacher forcing? #13

trunggnsap opened this issue Oct 5, 2023 · 0 comments

Comments

@trunggnsap
Copy link

c2p_hidden = self.c2p_out_gru(word_context_vec, word_hidden_first)

It seems should be:
c2p_hidden = self.c2p_out_gru(c2p_context_vec, c2p_hidden_first)

Is it right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant