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
Hi,
Thanks for your wonderful work!
I find the normalization in your codes does not use ``transforms.ToTensor(), transforms.Normalize()'' provided by PyTorch. The normalization you used is to sub and div on [0, 255] space directly.
I wonder why you use this normalization, dose it make big difference to the results?
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your wonderful work!
I find the normalization in your codes does not use ``transforms.ToTensor(), transforms.Normalize()'' provided by PyTorch. The normalization you used is to sub and div on [0, 255] space directly.
I wonder why you use this normalization, dose it make big difference to the results?
The text was updated successfully, but these errors were encountered: