You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cifar10.py Line 105
transforms.Normalize((0.4914, 0.4822, 0.4465), (0.2023, 0.1994, 0.2010))
The standard deviation on cifar10 is [0.24703223 0.24348513 0.26158784]
and I search online
How do you calculate the previous standard deviation?
Thanks in advance
The text was updated successfully, but these errors were encountered:
In cifar10.py Line 105
transforms.Normalize((0.4914, 0.4822, 0.4465), (0.2023, 0.1994, 0.2010))
The standard deviation on cifar10 is [0.24703223 0.24348513 0.26158784]
and I search online
How do you calculate the previous standard deviation?
Thanks in advance
The text was updated successfully, but these errors were encountered: