You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
The code does not work with bidirectional encoder, and line 23 when it is written the self.bidirectional else self.nb_layers * 2, the self.nb_layers is not defined, and also the hidden size of encoder does not match the hidden size of the decoder in case of bidirectional encoder.
thanks.
The text was updated successfully, but these errors were encountered:
Hi
The code does not work with bidirectional encoder, and line 23 when it is written the self.bidirectional else self.nb_layers * 2, the self.nb_layers is not defined, and also the hidden size of encoder does not match the hidden size of the decoder in case of bidirectional encoder.
thanks.
The text was updated successfully, but these errors were encountered: