Inverse of torch_geometric.transforms.NormalizeFeatures() #6996
Answered
by
rusty1s
CodingMaker2
asked this question in
Q&A
-
How do I restore the converted data of the NormalizeFeatures() function to the original data? |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Mar 22, 2023
Replies: 1 comment 3 replies
-
This is not possible without storing more information, as you cannot go from sum->mean and then back from mean->sum without knowing the factor you how to multiply with. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
CodingMaker2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not possible without storing more information, as you cannot go from sum->mean and then back from mean->sum without knowing the factor you how to multiply with.