-
## 主要修改2处
1:修改glog 里面 使用到的Android没有的
> "execinfo.h"是glibc里面的,因为android是bionic,而非glibc。
> 将`/src/tn/glog/src/tacktrace_generic-inl.h` 里面的`#include `注释掉。
> 将 `backtrace(stack, kStackLength);…
-
when i run local/test.py, fail in line 136 --->HLG = k2.compose(H, LG, inner_labels="tokens")
error:
/var/www/k2/csrc/array_ops.cu:279:void k2::RowSplitsToRowIds(const k2::Array1&, k2::Array1*)…
-
On OSX you need:
CPPFLAGS="-I/home/speech/tools/kaldi-trunk/tools/openfst/include -L/home/speech/tools/kaldi-trunk/tools/openfst/lib -stdlib=libstdc++"
pip install pyfst
-
"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.41.34120\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -ID:\ai1\GLM-4-Voice\venv\include -IC:\Users…
-
Recipes for recently added lookahead decoding fail because lookahead libraries are built in `/lib/fst` rather then `/lib`
adding
`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$KALDI_ROOT/tools/open…
-
MKL seems to be the default now, so the build fails with:
```
[...]
make[1]: Leaving directory '/opt/kaldi/tools/portaudio'
Configuring KALDI to use MKL.
Checking compiler g++ ...
Checking Ope…
-
I'm trying to run through the mini_librispeech/s5 example to get a better understanding on how to build models and have encountered an error. I built Kaldi using the MKL math library, and I'm seeing…
-
example in readme should be
> git clone --recurse-submodules https://github.com/lowerquality/gentle.git
Otherwise the kaldi folder will be empty. Took me 3 weeks to figure that out.
But then also…
-
I am using docker container to install all dependencies. It looks as follows:
```dockerfile
FROM ubuntu:latest
WORKDIR /app
RUN apt-get update -y \
&& apt-get install -y \
git \
…
-
```
'''Create an Fsa from a string in the k2 format.
(See also …