This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bahdanau Decoder Implementation #23
Comments
Good catch, it was originally split out as 3 separate attention modules (GeneralAttn, DotAttn, ConcatAttn) instead of one with an argument to choose the strategy. Further, they actually used the "concat" strategy. So this should be |
Cool, Thanks for the clarification! |
Can you please change that line on the notebook? |
Still not changed. Hope somebody could do it. |
#119 fixes this and some more issues with Bahdanau decoder. |
@anantzoid it's still not fixes in tutorial. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @spro,
Thanks for really great explanation of decoder, especially for Bahdanau decoder. But, i'm little bit confuse about code in init function of BahdanauAttnDecoderRNN class.
I can't find any class that define GeneralAttn. This is built-in class? Can you please elaborate for this? Thanks again!
The text was updated successfully, but these errors were encountered: