Replies: 1 comment
-
If you look up those variables, no difference, ends up being less characters not using the convenience variable so it's not always used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
just noticed that some networks use
mean=IMAGENET_INCEPTION_MEAN, std=IMAGENET_INCEPTION_STD
while the another
mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5)
Could you elaborate more how prepare image tensors, especially for the second case?
Beta Was this translation helpful? Give feedback.
All reactions