Reputation: 532
Is there a credible link which points out to the mean and standard deviation of ImageNet data?
Upvotes: 0
Views: 1431
Reputation: 382
I don't think you would be able to find a more credible link than the pytorch implementation of AlexNet on ImageNet:
and the explanation of how they got those numbers:
https://discuss.pytorch.org/t/normalization-in-the-mnist-example/457/7
Upvotes: 1