-
-
Thanks for your amazing project sherpa-ncnn and it provide an alternative excellent ASR engine to open source community and developers.
Could you implement TTS using next-generation Kaldi with [ncn…
-
A while ago I stumbled upon this project, and have been experimenting with a LaMachine installation, added with Kaldi_nl and asr_nl (though is this the right project to report to then?). There does se…
-
> Step 5/11 : RUN cd /root/ && git clone https://github.com/kaldi-asr/kaldi.git && cd /root/kaldi/tools/ && make && ./install_portaudio.sh && cd /root/kaldi/src/ && ./configure…
-
pykaldi version is 0.1.2 0ff6fb0 (latest).
I tested with anaconda python 3.6 on macOS Mojave.
Below code occurs `table_match_type` error.
~~~
import kaldi.asr
kaldi.asr.LatticeLmRescorer.from…
-
```
Exception in thread Thread-28:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.…
-
Hi, have been using your Simulator functionality and found it quite useful. However, the augmented data I'm obtaining from it has a ton of reverb (more than I'm expecting). Still diagnosing the proble…
-
Hi,
I tried to do multitask learning based your code. Here is the problem:
After training process, I need graph to decode the model. But when I use utils/mkgraph, I met this:
> tree-info /exp/m…
-
help pls
```
Traceback (most recent call last):
File "/Users/natphitchayuksiwahansaphan/Desktop/workspace/pykaldi/../kpat-core-asr/test.py", line 1, in
from kaldi.asr import NnetLatticeFast…
-
Many thanks to Kaldi developers and Dan Povey for writing such a great toolkit. I have a couple of questions ...
-- Q1: Is it useful to write a toolkit which allows for building a Kaldi-based ASR sys…