deep learning
implementing seq2seq RNN model in tensorflow
for tackling the many-to-many(with timedistributed) is easy to implement in keras code, it does not seem to be easy to do so in pure tensorflow. Of course, one can implement it when the sequence length is fixed for all input size. However when the sequence length among batches vary, then Read more…