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
caogule commented
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?
caogule commented
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?
HRamses commented
Hey! From your description it is difficult to assess the problem. I will try to reproduce the error.