Relabeled HCL does not work with test_words.py
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 15.1k
- Fork
- 1.8k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi,
I create HCLr.fst with the following procedure:
`./utils/mkgraph_lookahead.sh --self-loop-scale 1.0 --remove-oov --compose-graph exp/chain/tdnn1g_sp_bi exp-train/chain/tdnn1g_sp_bi/graph_lookahead`
I use this HCLr with test_words.py, but it does not work because the dinamically created Gr.fst is not relabeled and not fstarcsort. If I manually create a Gr.fst including the relabeing (command below) process and use it with the HCLr.fst, then everything works fine. My question is: how do I create a HCLr.fst that can work with test_word.py?
Thank you!
`farcompilestrings --fst_type=compact --symbols=/words.txt --keep_symbols text.txt | ngramcount | ngrammake | fstrelabel --relabel_ipairs=exp-train/chain/tdnn1g_sp_bi/graph_lookahead/relabel | fstarcsort --sort_type=ilabel | fstconvert --fst_type=const > Gr.fst`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.