-
Project Explanations:
![image](https://user-images.githubusercontent.com/13466943/132361370-7324874a-63d4-4f67-85b4-120587bcdc2f.png)
- Following [NeMo](https://github.com/NVIDIA/NeMo/tree/mai…
-
Hello, when I use WFST for AISHELL decoding, the predicted label is one less than the real label, what is the reason for this?
such as:
predictions: tf.Tensor([[2994 717 206 1404 1487 1741 3702 …
-
Traceback (most recent call last):
File "pydecoders/decode_wfst_main.py", line 89, in
decoder.decode(enc_outputs, initial_packed_states, e2e_model.inference_one_step)
File "/algdata03/ji…
-
用WFST做解码图,比HMM解码,识别率要高,给个建议
-
Is there support for WFS 2.0.0 ?
Getting an error:
Uncaught TypeError: Cannot read property 'value' of undefined
at e.setFeatureDescription (Leaflet-WFST.src.js:338)
at Object.success (L…
-
我现在想基于你的项目将wfst拿出来单独对ctc的输出做解码,这方面该怎么做,请问你有建议吗?
目前只是构建了LG.fst,我应该重点关注哪一块的代码
-
The tomcat temp directory for my opengrok server (`/opt/flatiron/mounts/var/lib/tomcat8/temp/`) is filling up with `opengrok_suggester_wfst_input_XX.tmp` and `opengrok_suggester_wfst_sort_XX.tmp` fi…
-
In my understanding, after export pb file and use CPP demo to transcribe. It doesn't use beam_search_decoder or wfst_decoder, it just output the transformer decoder result straightly. am I right?
…
-
Hi, guys. I am wonder why the dim is 3651 in the file "athena-decoder/examples/hkust/wfst_scores.txt" while the length of vocab is 3650. Looking forward to your reply.
-
what's the speed decode with rnn lm compare with the wfst? Can I use rnn lm decoder for production?