About training transforms.Normalize #9805
crapthings
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 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.
-
@sayakpaul
is this same thing when training?
transforms.Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5))
transforms.Normalize([0.5], [0.5])
transforms.Normalize([0.5, 0.5, 0.5], [0.5, 0.5, 0.5])
what is different on result image?
Beta Was this translation helpful? Give feedback.
All reactions