sbarratt/inception-score-pytorch

About normalization

mathfinder opened this issue · 0 comments

line 88 normalization parameters are (0.5, 0.5, 0.5), (0.5, 0.5, 0.5).
I check https://pytorch.org/docs/stable/torchvision/models.html.
The pretrained model of InceptionV3 are trained with normalization parameters mean = [0.485, 0.456, 0.406] and std = [0.229, 0.224, 0.225].
image