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] Test model changing 'T' in the JSON configuration file #855

Closed
Matheusadler opened this issue Jun 22, 2023 · 1 comment
Closed

Comments

@Matheusadler
Copy link

Matheusadler commented Jun 22, 2023

#276 How can I test the model by changing the value of 'T' in the JSON configuration file?

@Matheusadler Matheusadler changed the title Test model changing 'T' in the JSON configuration file [Question] Test model changing 'T' in the JSON configuration file Jun 22, 2023
@romi1502
Copy link
Member

Hi @Matheusadler
Changing the value of T will change the size of the spectrogram chunks that are provided as input to the model. This shouldn't have much impact on separation performance.
The only constraint is that the model is able to process it, which means it must be a multiple of 64. Any value that is a multiple of 64 should fit. You just need to set the value in the JSON file and use this file as the config file.

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