una-dinosauria/human-motion-prediction

target_seq_len or source_seq_len in get_batch_srnn ?

rajeev595 opened this issue · 0 comments

Hi Julieta,

In following line 558 of seq2seq_model.py file for get_batch_srnn function, shouldn't it be target_seq_len in place of source_seq_len ?

decoder_outputs[i, :, :] = data_sel[source_seq_len:, :]

Thanks.