We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
It seems that the notebook on the dev branch is broken, I got that error:
InvalidArgumentError: You must feed a value for placeholder tensor 'input_14' with dtype float and shape [?,512] [[{{node input_14}}]]
in the cell with
out = model.inference(src, mask, tar, emb_tar)
Note that the notebook works with this commit:
!git checkout b379194340938a91a60ff0a43643b85aa8895da2
The text was updated successfully, but these errors were encountered:
hi @araffin. i have same issue, have you solved it yet?
Sorry, something went wrong.
@araffin @tdh4vn , same issue, did you figured out how to solve it? Thanks.
nope, I'm using an old version
No branches or pull requests
Hello,
It seems that the notebook on the dev branch is broken, I got that error:
in the cell with
Note that the notebook works with this commit:
The text was updated successfully, but these errors were encountered: