zyb8543d

Results 95 comments of zyb8543d

>>> text = thu1.cut("我爱北京天安门", text=True) Traceback (most recent call last): File "", line 1, in File "C:\Users\Administrator\Anaconda2\lib\site-packages\thulac\__init__.py", line 107, in cut return self.__cutWithOutMethod(oiraw, self.__cutline, text = text) File "C:\Users\Administrator\Anaconda2\lib\site-packages\thulac\__init__.py", line...

I use default chunk size, both for cpu and gpu decoding.

I modify the chunk size as “-1、1、10” in params.h,but the decoding speed had no change. @robin1001

install node v14.15.0,angular-cli v7.3.9 ,angular-devkit/build-angular v0.13.4 replace my asr service in file app.component.ts and dictate-service.ts afte all done,it compile successfully,but still can not access to the http port.

@svenha I install atlas but met follows errors: ``` python setup.py build_ext --inplace looking for atlas library, trying pkg-config first... Package blas-atlas was not found in the pkg-config search path....

> OK, so I misunderstood the problem you reported and you should investigate the python error message. Your python must by python2. i go to python2 env, and get some...

my atlas.pc: ``` prefix=/usr libdir=${prefix}/lib includedir=${prefix}/include/atlas Name: atlas Description: atlas tool Version: 3.10 Libs: -Wl,-rpath,/usr/lib -L${libdir} -latlas Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 ``` maybe it have some relation with linux type? No...

but i met another error: `Loading model from model_dir/ ... INTEL MKL ERROR: /home/ybZhang/miniconda2/lib/libmkl_vml_avx512.so.1: cannot open shared object file: No such file or directory. Intel MKL FATAL ERROR: cannot load...

> Maybe your `kaldi-asr.pc` is broken? I remove the find_dependencies() in Extension, maybe it has same problem in centos: ``` compile_args = ['-Wall', '-pthread', '-std=c++11','-DKALDI_DOUBLEPRECISION=0','-Wno-sign-compare','-Wno-unused-local-typedefs', '-Winit-self','-DHAVE_EXECINFO_H=1', '-DHAVE_CXXABI_H','-DHAVE_ATLAS', '-g'] linker_args =...

@svenha rescore is not suppoted? rescore has better performance.