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

InvalidArgumentError: You must feed a value for placeholder tensor 'input_14' with dtype float and shape [?,512] [[{{node input_14}}]] #28

Open
shfaizan opened this issue Aug 12, 2020 · 2 comments

Comments

@shfaizan
Copy link

InvalidArgumentError: You must feed a value for placeholder tensor 'input_14' with dtype float and shape [?,512]
[[{{node input_14}}]]
In colab notebook I get the following error after this cell out = model.inference(src, mask, tar, emb_tar)

Is the error related to image size or some thing else

I am using intel-tensorflow==1.13.2 because of the tensorflow.contrib error followed by the this error

@ibtehajali67
Copy link

ibtehajali67 commented Feb 4, 2021

I solved this error by using pip install tensorflow-gpu=1.13.1.
RUN that lines
!pip uninstall -y tensorflow
!pip install tensorflow-gpu==1.13.1

@angus0119
Copy link

@ibteha
I tried it, but I couldn't solve the issue with your method.
Is there anyone who knows another method?

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

3 participants