kaldifeat
kaldifeat copied to clipboard
Kaldi-compatible online & offline feature extraction with PyTorch, supporting CUDA, batch processing, chunk processing, and autograd - Provide C++ & Python API
Issue: when running `pip install kaldifeat`, I'm getting the error that it can't find MKL libraries to link against. ``` [ 50%] Linking CXX shared library ../../lib/libkaldifeat_core.dylib ld: library not...
pip install kaldifeat Looking in indexes: http://mirrors.cloud.tencent.com/pypi/simple Collecting kaldifeat Using cached http://mirrors.cloud.tencent.com/pypi/packages/2d/7b/0a5c9254de6a62cdca7bea829bd8d5d646e18508d34f9214f048ee003fed/kaldifeat-1.17.tar.gz (477 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: kaldifeat Building wheel for kaldifeat (setup.py)...
Hello, I am trying to install kaldifeat following the instructions in the doc, with this command: `pip install --verbose kaldifeat` It's been ~8 hours now but it seems the program...
Hi~ I use valgrind to test the below line: ``` import kaldifeat ``` The log is here: https://1drv.ms/t/s!AhtoTbISXXlSgSLtqDWjo8RP_ouA?e=Sn1cd0 Log summary: ``` ==20510== LEAK SUMMARY: ==20510== definitely lost: 0 bytes in...
>>> import kaldifeat Traceback (most recent call last): File "", line 1, in File "/home/cyn244124/espnet/espnet/tools/anaconda/envs/espnet/lib/python3.7/site-packages/kaldifeat/__init__.py", line 2, in from _kaldifeat import FbankOptions, FrameExtractionOptions, MelBanksOptions ImportError: /lib64/libm.so.6: version `GLIBC_2.27' not found...
running install /root/anaconda3/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /root/anaconda3/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based...
Currently, I am using `torchaudio.transforms.MFCC` to compute features. Now I need to use C++ API of kaldifeat. But I see that the results of the extracted features are different. Here...
I just pip installed but compute-fbank-feats compute-mfcc-feats compute-plp-feats compute-spectrogram-feats I cannot find that binary where located in. can i run that binary when this pip installed ?
源码安装出现错误