Skip to content

Commit

Permalink
small fixes for MFC examples (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Jul 12, 2023
1 parent c818b82 commit 10f132c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,6 @@ void CStreamingSpeechRecognitionDlg::InitRecognizer() {
std::string decoder = "./decoder.onnx";
std::string joiner = "./joiner.onnx";
std::string tokens = "./tokens.txt";
#if 1
std::string prefix =
"C:/Users/fangjun/source/repos/MFCApplication2/x64/Release";
encoder = prefix + encoder;
decoder = prefix + decoder;
joiner = prefix + joiner;
tokens = prefix + tokens;
#endif

bool is_ok = true;
if (!Exists(encoder)) {
Expand Down

0 comments on commit 10f132c

Please sign in to comment.