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

A tiny correction in data augmentation #17

Open
DNNlearning opened this issue Nov 17, 2022 · 0 comments
Open

A tiny correction in data augmentation #17

DNNlearning opened this issue Nov 17, 2022 · 0 comments

Comments

@DNNlearning
Copy link

DNNlearning commented Nov 17, 2022

Hi. Thank you all for this amazing work and sharing it with us. I was going through your code to understand how you're doing data augmentation, specifically channel swapping, and I noticed something different in the code. I think the two "elif" conditions at line 582 and line 591 in the "apply()" method in "class GccRandomSwapChannelMic" definition in "utilities/transforms.py" should be both "if" conditions instead, since I think you want to apply three channel swapping methods independently with %50 probability. Thoughts?

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