You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#276 How can I test the model by changing the value of 'T' in the JSON configuration file?
The text was updated successfully, but these errors were encountered:
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
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.
#276 How can I test the model by changing the value of 'T' in the JSON configuration file?
The text was updated successfully, but these errors were encountered: