merlin icon indicating copy to clipboard operation
merlin copied to clipboard

This is now the official location of the Merlin project.

Results 101 merlin issues
Sort by recently updated
recently updated
newest added

Three coarse coding features vectors are exactly the same. `def compute_coarse_coding_features(self, num_states): assert num_states == 3 npoints = 600 cc_features = numpy.zeros((num_states, npoints)) x1 = numpy.linspace(-1.5, 1.5, npoints) x2 =...

I have a student writing a thesis involving speech synthesis and we would like to use Merlin. I installed Merlin using a virtual environment and pip install for the requirements....

2019-10-12 20:40:38,462 INFO acoustic_comp: processing file 1 of 226 : /home/parallels/Desktop/merlin-master/egs/slt_arctic/s1/experiments/slt_arctic_full/acoustic_model/inter_module/nn_lf0_60/arctic_a0005.cmp Traceback (most recent call last): File "/home/parallels/Desktop/merlin-master/src/run_merlin.py", line 1322, in main_function(cfg) File "/home/parallels/Desktop/merlin-master/src/run_merlin.py", line 694, in main_function perform_acoustic_composition(delta_win, acc_win,...

It should be .tar. See my logs ''' **(base) pytorch@deepDSP01:~/projects/interspeech2019/tmp$ ls** speech_tools-2.4-release.tar.gz **(base) pytorch@deepDSP01:~/projects/interspeech2019/tmp$ tar -xvzf speech_tools-2.4-release.tar.gz** gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error...

I am using the slt_arctic demo on merlin without any changes. I ran the demo without problems, but when it comes to synthesizing, everytime I run the script, it produces...

Speech Tools, Festival and Festvox are now on github so I think it is better to track them as submodule instead of downloading the archives. Also the github versions are...

I want to create lab files for my voice dataset. What should be given as argument for running the file https://github.com/CSTR-Edinburgh/merlin/blob/master/misc/scripts/frontend/utils/normalize_lab_for_merlin.py? Also how to create lab files in this ?...

Does anyone know about any attempts to execute Merlin synthesis in server mode? Basically, not to load all of the models for every request.