Esther Klabbers

Results 18 comments of Esther Klabbers

I think the problem is that the cmake doesn't find the third_party modules even though they are there. I am not sure where to add them to a CMakeList or...

Ok, that is good to know. It still doesn't solve the problem that when I run cmake3 .. in the build directory it says it can't find nccl, gloo, eigen,...

The problem is not that the files are not downloaded. They are present in the third_party directory already. The problem is that when I run cmake it doesn't include these...

Thanks, I definitely need to delve into the code more to see what it is doing. I understand now that it embeds the numbers into embedding vectors before training. I...

I just downloaded cmudict.dict from the link provided and removed the 0/1/2 labels to get rid of the stress. See attached file. I am using tensorflow 0.10.0 Even with using...

It must have had something to do with the version of the code. I downloaded the latest clean version as you did yesterday and ran it again on my cmudict_nostress....

Thanks for the explanation. I just wonder how it would be used in a TTS system for instance, where one wants to predict a guessed pronunciation for a word not...

Thanks, it wasn't clear from the test xml files. I had save.php in the Save URL field but when I complete the test, a message pops up that says: Please...

Thanks. I appreciate you integrating it with Merlin. But I would like to work on trying it out now, if possible. I have worked on integrating other vocoders before, and...

When trying to synthesize running 2_batch_wave_generation.py. Here is the full trace: Traceback (most recent call last): File "2_batch_wave_generation.py", line 70, in Generating wavefile: sn008_sent152................................ lu.run_multithreaded(synthesis, in_feats_dir, l_file_tokns, out_syn_dir, nbins_mel, nbins_phase,...