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 "resnet" normalization only works with Imagenet RGB mean and std: ((0.485, 0.456, 0.406), (0.229, 0.224, 0.225))
Being able to specify the mean & std of other datasets at instantiation could be great.
The "resnet" normalization only works with Imagenet RGB mean and std:
((0.485, 0.456, 0.406), (0.229, 0.224, 0.225))
Being able to specify the mean & std of other datasets at instantiation could be great.
Current workaround:
Also, changing the name of the "resnet" normalization to "z-norm", "meanstd" or something similar could be better for everyones understanding
The text was updated successfully, but these errors were encountered: