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

question about normalization #141

Open
emleeee opened this issue Nov 25, 2024 · 0 comments
Open

question about normalization #141

emleeee opened this issue Nov 25, 2024 · 0 comments

Comments

@emleeee
Copy link

emleeee commented Nov 25, 2024

Hi! YuanGong:
Thanks for your magnificent work in audio classification task! I have a question in your AST code, could you please give me some advice?

audio_conf = {'num_mel_bins': 128, 'target_length': args.audio_length, 'freqm': args.freqm, 'timem': args.timem, 'mixup': args.mixup, 'dataset': args.dataset, 'mode':'train', 'mean':args.dataset_mean, 'std':args.dataset_std, 'noise':args.noise}
val_audio_conf = {'num_mel_bins': 128, 'target_length': args.audio_length, 'freqm': 0, 'timem': 0, 'mixup': 0, 'dataset': args.dataset, 'mode':'evaluation', 'mean':args.dataset_mean, 'std':args.dataset_std, 'noise':False}_

Why do you use the same args.dataset_mean and args.dataset_std in both train data and validate data?

Thanks again if you can reply!

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