kaldi-python
kaldi-python copied to clipboard
Python wrappers for Kaldi data
--Updated 11/29/2017 The problem is solved by using older kaldi toolkit (the version committed on 9/9/2017). --Original First sorry for my poor English. I'm trying to install kaldi-python, but I...
import kaldi_io Traceback (most recent call last): File "", line 1, in File "kaldi_io/init.py", line 243, in from kaldi_io_internal import * ImportError: kaldi_io/kaldi_io_internal.so: undefined symbol: _ZN5kaldi9SemaphoreD1Ev when I import kaldi_io,...
Hi, I am trying to use kaldi-python for python3.6. I am able to compile and import kaldi_io, but when I try to use it, there's some error: --> import kaldi_io...
Hi, ubuntu 14.04. use thi command(.setup.py install) to setup kaldi-pthon, I have set $KALDI_ROOT already the errors are as follows: /usr/include/python2.7/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by...
Dear Jan, I am working on acoustic modeling using python. Recently I came across kaldi ASR toolkit and your modules to read kaldi ark files into python. I am trying...
I added a simple `setup.py` to simplify installation since this repository will be needed to run the LVSR experiments. CC @rizar