Closed lainisourgod closed 2 years ago
Hi! Thank you for your contribution! Please re-check all issue template checklists - unfilled issues would be closed automatically. And do not forget to join our slack for collaboration.
🤔 nice catch, it may be so! that's why this is contib :) It would be great if could contribute a hotfix for this part 🚀
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
🐛 Bug report
x_out = self.net(x, mask)
. Also I guessdrop last
means drop output ofnet
sox = x[:, :-1, :]
should go afternet(x, mask)
.mask
parameter not used at all so code works incorrectly by not removing PAD values from input.