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
I am using this repo to train on a custom data set. My images are grayscale, but the final reconstruction was bluish. I hypothesized that was because of the use of the Imagenet mean and standard deviation (blue is the one with the lowest mean value). I proved that correct because I changed the mean and standard deviations of the code, and the final images were gray. However, it came with the cost of lowering my performance as the loss became higher than usual. I even tried to change the mean and standard deviation of the timm package, but that was no good. Is there anyone who can lend a hand?
The text was updated successfully, but these errors were encountered:
I am using this repo to train on a custom data set. My images are grayscale, but the final reconstruction was bluish. I hypothesized that was because of the use of the Imagenet mean and standard deviation (blue is the one with the lowest mean value). I proved that correct because I changed the mean and standard deviations of the code, and the final images were gray. However, it came with the cost of lowering my performance as the loss became higher than usual. I even tried to change the mean and standard deviation of the timm package, but that was no good. Is there anyone who can lend a hand?
The text was updated successfully, but these errors were encountered: