Markus Toman
Markus Toman
Could you output the parameters for HCompV before the call here https://github.com/m-toman/merlin/blob/master/misc/scripts/alignment/state_align/forced_alignment.py and see if the paths look correct and actually point to stuff? Thanks, I'll also re-run it to...
@martedva I just meant something simple as: ` ## make vFloors print ("HCompV: " + str(self.cfg) + " " + str(self.train_scp) + " " + str(self.cur_dir)) check_call([self.HCompV, '-f', F, '-C',...
@martedva great, so is there something I can do in this PR or was that a fix in the outer scripts?
Are you using feedforward or recurrent networks? A few things to consider: Theano, when running on the CPU, typically parallelizes the matrix multiplications (http://deeplearning.net/software/theano/tutorial/multi_cores.html). You can run MLPG as well...
WORLD has a streaming method implemented, but it's not really documented. You can find an example here: https://github.com/mmorise/World/blob/master/test/test.cpp#L428-L438 But it's true this won't help you very much when you just...
Well, I simplified the description a bit - I don't treat the 1-5 phones as a full utterance. I take the complete utterance and generate the HTS labels for them,...
Yeah I don't run chunks in parallel, that way the quality is basically the same. So the last features of the previous chunk are available when I start processing the...
Is this related to the festival fixes in 2.5? https://github.com/festvox/festival/blob/master/README.md
Unfortunately I can't help - I'm currently also dealing with that issue and it seems there are a potential dozen reasons for it to happen. Currently I assume you need...
Wow, I'll also check out this amazing comment later on. Thanks for that. EDIT1: Started reading the first paragraphs and I'd like to comment whenever I think it makes sense...