-
[here](https://lhcb.github.io/starterkit-lessons/first-analysis-steps/lhcb-dev.html) it looks like DaVinci/v45r8 would not be anymore compatible with whatever the changes happened in Analysis.
```
…
-
I suppose that the meal menu should only contain upper case or lower case alphabetical characters from "a" to "z". A wrong string format exception should be thrown
And the string after "/" in the meal…
-
`Private contact detail` is included in the glossary but it cannot be found anywhere else in the DG using `Ctrl + F`, making it an unnecessary term. This might hinder readers as they might wonder if t…
-
Hi, am getting the following errors when I try to build the code.
Description Resource Path Location Type
fatal error: edge-impulse-sdk/tensorflow/lite/c/builtin_op_data.h: No such file or directo…
-
The paper "Sparse Binarization for Fast Keyword Spotting" mentions the code at this link. When will the code be released
-
Hi Chris,
I found this problem when initializing a simulation with a customized phi field. I muted the surface fire spreading (by setting Ux=Uy=0) and kept the spotting as the only mechanism. Howev…
-
Hi
I would like to train a Keyword Spotting (KWS) model using Kaldi and then use it with Vosk. How can I do that?
Thanks
-
I was running through some testing for cuDF and noted these traces will not work because they use `iter_rows()` when `path` parameter is used on the `px` function.
```
import plotly.express as px
imp…
-
please share Keyword Search example with same `aar` lib ?
-
I've been always trying to use Sherpa to implement syllable-level speech recognition
(1.use a few pinyins to detect hotword directly;
2.or send a long sequence of pinyins to a LLM(gpt or claude) to …