About training transforms.Normalize #9805
crapthings
started this conversation in
General
Replies: 1 comment 3 replies
|
|
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?
All reactions