sbarratt/inception-score-pytorch

About the transforms.Scale(32)?

LynnHo opened this issue · 1 comments

@sbarratt I am confused about why there is a Scale(32) transform, since the images will be resized to 299x299 again in the inception_score function.

image

@LynnHo it is common practice to resize the CIFAR10 images to 32x32. (Though they may already be 32x32 by default, I am not sure.)