bshall / UniversalVocoding

A PyTorch implementation of "Robust Universal Neural Vocoding"
https://bshall.github.io/UniversalVocoding/
MIT License
237 stars 41 forks source link

Changing parameters #15

Closed sbkim052 closed 4 years ago

sbkim052 commented 4 years ago

If i want to change the parameters of the model, what are the things should I change? I want to change sampling_rate, num_fft, num_mels, hop length, win_length. It seems pretty much every parameter.

Are there other things to change other than config.json?

bshall commented 4 years ago

Hi @sbkim052,

Nope, just changing things in config.json should work. I don't think any parameters have been hardcoded. Let me know if you have any issues. Remember to rerun preprocess.py when you change parameters though.

sbkim052 commented 4 years ago

Thank you @bshall. I will try on new parameters and share the result with you :)