Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'tgt_seq_len' is not defined #8

Open
vineeth143 opened this issue Mar 29, 2022 · 1 comment
Open

'tgt_seq_len' is not defined #8

vineeth143 opened this issue Mar 29, 2022 · 1 comment

Comments

@vineeth143
Copy link

Traceback (most recent call last):
File "predictor.py", line 128, in
tgt_seq_len = (tgt_seq_len - 2).tolist()
NameError: name 'tgt_seq_len' is not defined

@yhcc
Copy link
Owner

yhcc commented Apr 9, 2022

tgt_seq_len = batch_x['tgt_seq_len']
加了一行这个,应该是ok 了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants