ferb2015
ferb2015
用kaldi/thchs30 跑一遍就得到语言模型了,然后cp进去。
您好,请问报错# compute-fbank-feats --verbose=2 --config=conf/fbank.conf scp,p:exp/make_fbank/train/wav.10.scp ark:- | copy-feats --compress=true ark:- ark,scp:/mnt/my-data/eesen/asr_egs/eesen-for-thchs30/fbank/raw_fbank_train.10.ark,/mnt/my-data/eesen/asr_egs/eesen-for-thchs30/fbank/raw_fbank_train.10.scp bash: line 1: copy-feats: command not found bash: line 1: compute-fbank-feats: command not found 这是没编译好,请问eesen已经tools/里make了,src里./configure和make depend make了,还是显示没编译好,要怎么处理呢?万分感激。
> Related question: I am trying the code on AFFNIST and it systematically crashes. It seems that `z_sigma_2log` becomes too large [here](https://github.com/GuHongyang/VaDE-pytorch/blob/master/model.py#L172) which gives NaN after the exponential. Do you...
Hello, It failed with bash: line 1: copy-feats: command not found bash: line 1: compute-fbank-feats: command not found I installs with following steps: /tools $ make /src $./configure $ make...