riverphoenix / tacotron2

Tacotron 2 implementation
87 stars 31 forks source link

What is the meaning of hp.run_cmu #3

Closed nature1317 closed 6 years ago

nature1317 commented 6 years ago

Hi, Can you explain the meaning of the parameter run_cmu in hyperparams.py.

riverphoenix commented 6 years ago

When True, it uses CMUdict (http://www.speech.cs.cmu.edu/cgi-bin/cmudict) to transform words into their phonemes. If False, plain alphabet is used