Skip to content

Commit 7bad70c

Browse files
authored
adding logits to client code
1 parent d3c0b78 commit 7bad70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

native_client/ctcdecode/path_trie.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#include "decoder_utils.h"
1010

11+
12+
1113
PathTrie::PathTrie() {
1214
log_prob_b_prev = -NUM_FLT_INF;
1315
log_prob_nb_prev = -NUM_FLT_INF;

0 commit comments

Comments
 (0)