Sequence-to-Sequence-and-Attention-from-scratch-using-Tensorflow icon indicating copy to clipboard operation
Sequence-to-Sequence-and-Attention-from-scratch-using-Tensorflow copied to clipboard

I want to use this for sequence to sequence prediction

Open shaival2905 opened this issue 7 years ago • 0 comments

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

shaival2905 avatar Jun 14 '18 17:06 shaival2905