You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The denormalize function in layers.py is defined as (layer + 1.)/2. If the aim is to revert the earlier normalization, shouldn't we have (layer + 1.)*127.5?
Asking because I'm facing a problem where the refined images are extremely dark (low intensity), since the pixel values are very low after denormalization.
The text was updated successfully, but these errors were encountered:
The denormalize function in layers.py is defined as (layer + 1.)/2. If the aim is to revert the earlier normalization, shouldn't we have (layer + 1.)*127.5?
Asking because I'm facing a problem where the refined images are extremely dark (low intensity), since the pixel values are very low after denormalization.
The text was updated successfully, but these errors were encountered: