graykode/nlp-tutorial

A question about seq2seq-torch.py in the 74th line

lwgkzl opened this issue · 1 comments

I think there is a small problem in the 74th line of the "seq2seq-torch.py",the dimension of input_batch and output_batch is not [batch_size, max_len, n_hidden] but [batch_size, max_len, n_class]. Or I don't fully understand your code:),please help me,thx~

I will modify and commit this problem. Thanks