wumiaoshu

Results 4 comments of wumiaoshu

ctcdecode/src/ctc_beam_search_decoder.cpp:113:17: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 113 | if (c == prefix->character && | ~~^~~~~~~~~~~~~~~~~~~~ ctcdecode/src/ctc_beam_search_decoder.cpp:116:24: warning: comparison of integer expressions...

May I ask if you have received a reply?

I have the same problem. Have you solved it?

ctcdecode/src/ctc_beam_search_decoder.cpp:113:17: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 113 | if (c == prefix->character && | ~~^~~~~~~~~~~~~~~~~~~~ ctcdecode/src/ctc_beam_search_decoder.cpp:116:24: warning: comparison of integer expressions...