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

Default Window Function for STFT in data_module.py is sqrthann or hann? #24

Open
pangy9 opened this issue Dec 18, 2024 · 0 comments
Open

Comments

@pangy9
Copy link

pangy9 commented Dec 18, 2024

It is written on line 235 of data_module.py that parser.add_argument("--window", type=str, choices=("sqrthann", "hann"), default="hann", help="The window function to use for the STFT. 'sqrthann' by default.").
This seems contradictory. You said the default is "sqrthann," but in reality, the default choice is "hann." So which configuration is used in the paper?

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