seq2seq
seq2seq copied to clipboard
fix decoder depth for SimpleSeq2Seq
if decoder depth is given as 1, configure only 1 LSTMCell with output_dim (instead of 2)