shaoanlu / fewshot-face-translation-GAN

Generative adversarial networks integrating modules from FUNIT and SPADE for face-swapping.
793 stars 131 forks source link

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

Open shfaizan opened 4 years ago

shfaizan commented 4 years ago

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 commented 3 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

angus0119 commented 3 years ago

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