sbarratt / inception-score-pytorch

Inception Score for GANs in Pytorch
MIT License
641 stars 125 forks source link

About normalization #8

Open mathfinder opened 6 years ago

mathfinder commented 6 years ago

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