farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 846 forks source link

fix decoder depth for SimpleSeq2Seq #265

Open bertsky opened 5 years ago

bertsky commented 5 years ago

if decoder depth is given as 1, configure only 1 LSTMCell with output_dim (instead of 2)