WaveRNN icon indicating copy to clipboard operation
WaveRNN copied to clipboard

for "bits" parameter in hparams.py

Open byuns9334 opened this issue 6 years ago • 1 comments

Hi, Thanks for the great work!

If I'm using 25-bit precision audio files for training data, should I set "bits" parameter as 25 in hparams.py file?

or does this parameter refer to the target bit depth of mu-law? (like 25-bit to 9-bit ?)

Thanks!

byuns9334 avatar Aug 21 '19 08:08 byuns9334

Hi, I wouldn't recommend going any higher than 10bits for Wavernn in RAW mode. However if you want 16bits you can use MOL mode - just be aware that MOL models can take a million training steps.

fatchord avatar Aug 21 '19 12:08 fatchord