Add Android APK for Korean (#1015)

This commit is contained in:
Fangjun Kuang
2024-06-16 19:17:15 +08:00
committed by GitHub
parent 99a9da19de
commit e1201225f2
3 changed files with 35 additions and 1 deletions

View File

@@ -364,7 +364,7 @@ class OnlineRecognizerTransducerImpl : public OnlineRecognizerImpl {
}
// reset encoder states
s->SetStates(model_->GetEncoderInitStates());
// s->SetStates(model_->GetEncoderInitStates());
// we keep the decoder_out
decoder_->UpdateDecoderOut(&s->GetResult());