shaoanlu / fewshot-face-translation-GAN

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

Dev colab notebook broken #17

Open araffin opened 5 years ago

araffin commented 5 years ago

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
tdh4vn commented 4 years ago

hi @araffin. i have same issue, have you solved it yet?

AKwoKWH commented 4 years ago

@araffin @tdh4vn , same issue, did you figured out how to solve it? Thanks.

araffin commented 4 years ago

nope, I'm using an old version