CSTR-Edinburgh / merlin

This is now the official location of the Merlin project.
http://www.cstr.ed.ac.uk/projects/merlin/
Apache License 2.0
1.31k stars 440 forks source link

Error running Mandarin demo #472

Closed mirfan899 closed 5 years ago

mirfan899 commented 5 years ago

I'm getting the following error when training the Mandarin synthesizer

2019-06-12 16:42:49,964 CRITICAL wav_generation: The vocoder world is not supported yet!

Traceback (most recent call last):
  File "/home/virtuoso_irfan/merlin/src/run_merlin.py", line 1320, in <module>
    main_function(cfg)
  File "/home/virtuoso_irfan/merlin/src/run_merlin.py", line 989, in main_function
    generate_wav(gen_dir, gen_file_id_list, cfg)     # generated speech
  File "/home/virtuoso_irfan/merlin/src/utils/generate.py", line 335, in generate_wav
    raise
RuntimeError: No active exception to reraise
melspectrum007 commented 5 years ago

I run into the same problem "CRITICAL wav_generation: The vocoder world is not supported yet!", how do you solve it? could you give me some sugestion?

thanks a lot

seblemaguer commented 5 years ago

the vocoder type should be "WORLD" instead of "world"