Created
April 22, 2022 08:22
-
-
Save ovuruska/90b14aabefa47e86ea70a21d434d141a to your computer and use it in GitHub Desktop.
Imagenet Mean and Std
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mean = [0.485, 0.456, 0.406] | |
| std = [0.229, 0.224, 0.225] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All torchvision models have this prepreprocessing step!