Hu Jian

Results 4 issues of Hu Jian

--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...

This MR add NHWC support to `Concat` operator, and `Pad` operator created by `Conv`. ### Original behaviour #### Concat Concat didn't support NHWC format, so tensors must be transposed back...

Hi. I'm trying to install kal-python, and I received some compiling error(see below) when installing. What I did is to change the 7th line of your setup.py to: ` os.system("KALDI_ROOT=~/Downloads/repository/kaldi...

We want to use nom to parse the streaming output text of the LLM, which contains a bunch of structured content. So we're trying to create a parser and save...