bioinf-jku/TTUR

ValueError: Cannot feed value of shape (50, 256, 256, 3) for Tensor 'FID_Inception_Net/ExpandDims:0', which has shape '(1, ?, ?, 3)'

caogule opened this issue · 3 comments

when I use the version tensorflow 1.1and1.2 ,the problem still exist.

ValueError: Cannot feed value of shape (50, 256, 256, 3) for Tensor 'FID_Inception_Net/ExpandDims:0', which has shape '(1, ?, ?, 3)'
I don't know the reason? Can you help me?

I use your fid and use my generating image of other gan,I know it is the batch size. when I change the batch size 50 to 1, it is ok. can you tell me why?

Hey! From your description it is difficult to assess the problem. I will try to reproduce the error.

Oh, I didn't read that you are using version 1.1 and 1.2. We had to update our code to work with newer versions of tf, see issue #6.