Rémi Francis
Rémi Francis
``` float-counts-prune: float-counts-prune.cc:362: float pocolm::FloatCountsPruner::PruningLogprobChange(float, float, float, float): Assertion `count > 0.0 && discount > 0.0 && backoff_total > backoff_count && backoff_total >= 0.99 * discount' failed. ``` More precisely,...
I've tried putting my training text on a single line to simulate SRI's continuous-ngram-count, and it worked fine to create an ARPA lm (though I can't split the counts then),...
What should I do if I have multiple dev sets of unequal sizes, but I want them to contribute equally to the optimisation? So that if one set is 10...
Hi, Is there anything blocking the use of openfst 1.8.1? I have an application that relies on that version (it's the latest), but Kaldi is still using 1.7.2, and mixing...
I have a `cudaMemcpy failed` that pops up randomly when my init is `k-means++`. Full log: > INFO:quantise:Processing slice 51/128 arguments: 1 0x7ffed93d5414 0.010 0.10 0 124557 4 8192 0...
Hi, I'm trying to run the affine registration example: https://simpleelastix.readthedocs.io/AffineRegistration.html I've downloaded the brain images from the page (png format), but when I try to run the example code, I...
I'm doing a decode with a trivial graph, and here are the first states of the lattice I get: ``` FsaVec[0]: 0 1 0 0 -0.093668 0 3 5 5...
Hi, Is there a plan for k2 to have a decoder with a similar functionality to the kaldi online decoder, which supports endpointing and online determinization? Best regards,
Is there a way to get with k2 something similar to the lattice incremental decoder that is in Kaldi? The k2 OnlineDenseIntersecter returns partial lattices, which is good, but I...
Hi, Looking at the code, if I choose to store in the Opus format, it will be at 48kHz, and with default opus kpbs. Is there a nice way of...