Ekraam Sabir
Results
2
comments of
Ekraam Sabir
I'm not sure if `layers[6]` layer should be called the context vector, though for all practical purposes it might give similar results. The encoded representation is the final hidden state...
My understanding is that `dense2 = Dense(output_dim)` simply facilitates the transfer of encoder output to the decoder with correct dimensions - since decoder possibly has different dimensions. That said you're...