Merge pull request #855 from Jackwaterveg/fix_bug

fix the ctc.cpp bug
pull/858/head
Hui Zhang 4 years ago committed by GitHub
commit 5522585252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@
#include "path_trie.h"
using FSTMATCH = fst::SortedMatcher<fst::StdVectorFst>;
constexpr kSPACE = "<space>"
const std::string kSPACE = "<space>";
std::vector<std::pair<double, std::string>> ctc_beam_search_decoder(
const std::vector<std::vector<double>> &probs_seq,

Loading…
Cancel
Save