Closed JBloodless closed 1 year ago
The bandwidth extension only supports upsampling from down to 16khz to 48kHz. This does not make sense if your model sampling rate is 16k. Try without bandwidth extension.
Oh, thanks! Completely forgot about this setting in config.
Have you ever trained a 16k version of DF successfully? I got a significant performance gap between 16k model and the original model. Could you please give me some suggestion about configuration or some changes in code?
Hi,
I'm trying to retrain the model on 16khz data. I've set parameters in
config.ini
asbut at the start of the training I'm getting a bunch of
I used
prepare_data.py --sr 16000
on all of my datasets thoIn
transforms.rs
I seebut assertion seems to be hardcoded:
What am I doing wrong or what should I change? Thanks in advance.