deezer / spleeter

Deezer source separation library including pretrained models.

Home Page:https://research.deezer.com/projects/spleeter.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Test model changing 'T' in the JSON configuration file

Matheusadler opened this issue · comments

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

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.