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

Distinct default sampling rate in CLAP(version='2023') #38

Open
kamilakesbi opened this issue Jul 17, 2024 · 1 comment
Open

Distinct default sampling rate in CLAP(version='2023') #38

kamilakesbi opened this issue Jul 17, 2024 · 1 comment

Comments

@kamilakesbi
Copy link

The CLAP model version 2023 process audios sampled at 44100 Hz according to this configuration file).

However, when we initialise the model, the htsat module still uses this other config file to define some of its parameters, as we can see here. In this config file, the sampling rate is set to 32000. As a result, the LogmelFilterBank is initialised with a sampling rate of 32000.

Is this behaviour expected ?

Thanks!

@Blinorot
Copy link

Blinorot commented Oct 27, 2024

Hello, @bmartin1

Could you, please, have a look at this issue? It is not only about Sampling Rate, but also about Fmax. The values used in the code (from config.py here) are different from those in yml model config and the original 2023 version paper

Thank you!

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

2 participants