begeekmyfriend / tacotron2

Forked from NVIDIA/tacotron2 and merged with Rayhane-mamah/Tacotron-2
BSD 3-Clause "New" or "Revised" License
81 stars 38 forks source link

audio preprocessing for wavernn #8

Closed violet-duck closed 4 years ago

violet-duck commented 4 years ago

Hi, @begeekmyfriend I would like to know how did you do the preprocessing for wavernn since I didn't find the preprocess scripts in the repo. Also, to my understanding, this taco2 is compatible with your wavernn as I set vocoder=wavernn, is that correct? thxxxxxxx

begeekmyfriend commented 4 years ago

Yes, I have illustrated it https://github.com/begeekmyfriend/tacotron2/issues/4#issuecomment-564924780

violet-duck commented 4 years ago

Got it. So do I have to use --gta or I can use mel and quant dirs instand? Is there any difference between using gta and mel for wavernn training?

begeekmyfriend commented 4 years ago

GTA is the evaluation from training data while mel (ground truth) is the true training data. I recommand you using GTA.

violet-duck commented 4 years ago

Thank you for your explanation