Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the mean and std of cifar dataset #128

Open
FengShuai-bupt opened this issue Nov 25, 2022 · 0 comments
Open

the mean and std of cifar dataset #128

FengShuai-bupt opened this issue Nov 25, 2022 · 0 comments

Comments

@FengShuai-bupt
Copy link

Hi,
Thanks for your excellent work and code!
I have a question about the mean and std of cifar dataset. For example, for CIFAR-10 dataset, why you use transforms.Normalize((0.4914, 0.4822, 0.4465), (0.2023, 0.1994, 0.2010)), instead of transforms.Normalize([x/255.0 for x in [125.3, 123.0, 113.9]], [x/255.0 for x in [63.0, 62.1, 66.7]])? I am looking forward your replay! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant