Bug Detail
Hello, I'm an engineer who makes a voice recognition model through your wenet library. For your honor, we successfully made our e2e model with reasonable WER. As a result of using various decoding methods, there was no problem with the decoding functions implemented in python. However, when using WFST decoding method which is compiled in runtime C++ code, it made an issue.
The database we use is a mixture of English, Korean, and numbers, and as a result of WFST decoding, it made errors in serveral log file and stopped decoding. Do you know about this issue? In the bottom, I'll show some error log. Thanks.
Bug Detail Hello, I'm an engineer who makes a voice recognition model through your wenet library. For your honor, we successfully made our e2e model with reasonable WER. As a result of using various decoding methods, there was no problem with the decoding functions implemented in python. However, when using WFST decoding method which is compiled in runtime C++ code, it made an issue.
The database we use is a mixture of English, Korean, and numbers, and as a result of WFST decoding, it made errors in serveral log file and stopped decoding. Do you know about this issue? In the bottom, I'll show some error log. Thanks.
Bug Result
Is there any solution to a problem like this?