Sequence-to-Sequence-and-Attention-from-scratch-using-Tensorflow
Sequence-to-Sequence-and-Attention-from-scratch-using-Tensorflow copied to clipboard
I want to use this for sequence to sequence prediction
my sequences are like this input_seq = [3,5,4,1,6,3] output_seq = [4,2,5,3,6] input_seq is of variable length I am not getting how to edit your code for my purpose