Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it wrong with std=[0.5, 0.5, 0.5]? #15

Open
ArlixLin opened this issue May 22, 2024 · 0 comments
Open

Is it wrong with std=[0.5, 0.5, 0.5]? #15

ArlixLin opened this issue May 22, 2024 · 0 comments

Comments

@ArlixLin
Copy link

about code:
def get_train_loader(args, dataset, height, width, batch_size, workers, num_instances, iters, trainset=None): if args.self_norm: normalizer = T.Normalize(mean=[0.5, 0.5, 0.5], std=[0.5, 0.5, 0.5]) else: normalizer = T.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225])
comparing to std=[0.229, 0.224, 0.225],is it args.self_norm branch should be std=[0.25, 0.25, 0.25]?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant