sbarratt/inception-score-pytorch

Image shape mismatch

atharvap opened this issue · 2 comments

As you haven't changed dimensions of the image the input image list needs to be (3XHXW) instead of (HXWX3). It works fine when this change is made.

I'm sorry could you elaborate more and point to some specific code? I'm not sure I understand your comment.

The documentation in README is wrong. It says the input should be HW3 format which is not the case.