Florian Metze
Florian Metze
We should maybe add a note to say that it is expected that not all of the videos can be downloaded. This does not pose a problem as long as...
Greedy decoding? You can simply search for the sequence of peaks in the NN output. Or you could create a fake ARPA file format LM that has unity transition probabilities...
Thanks all, I have been been following, but did not actively participate. I don’t recall all the names of the flags and how things are implemented (I was mostly working...
By default, if you want to decode with the CD decoding graph, you would need to create the counts for the CD units in the training data, and use those...
Hi, you should be able to use both decoding approaches, RNNLM and WFST. The WFST code is the same as previously, but we use the steps/nnet.py script to generate the...
do you have an example where the IDs are different? Tensorflow has a different convention than Eesen, i.e. in Eesen the blank has ID=0, while in TF the “real” phones...
@ramonsanabria - any thoughts?
so has this been solved? some cimpilation problem? tf_clean seems to work here
yes, please augment and work with @ramonsanabria to clean this up (see the other thread…) > On Jun 25, 2018, at 11:09 AM, Eric Fosler-Lussier wrote: > > Thought I...
@ramonsanabria can you help, please?