about transforms.Normalize #1110
crapthings
started this conversation in
General
Replies: 2 comments 1 reply
-
yes, to normalise to -1,1 |
Beta Was this translation helpful? Give feedback.
1 reply
-
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
-
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])
Beta Was this translation helpful? Give feedback.
All reactions