bearpaw / pytorch-classification

Classification with PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mean and Std in Normalization

adarsh-kr opened this issue · comments

I have a quick question regarding normalization transform. The mean and Std which is being used here, are calculated for CIFAR dataset or ImageNet dataset?
I saw a repo which was using the same values for ImageNet dataset.

commented

The same question was asked here.