Open shfaizan opened 4 years ago
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
@ibteha I tried it, but I couldn't solve the issue with your method. Is there anyone who knows another method?
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