This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Description
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.
self.attn = GeneralAttn(hidden_size)
I can't find any class that define GeneralAttn. This is built-in class? Can you please elaborate for this? Thanks again!