From 5e6593f6ab9d2d2a7877c9cfe47262a9ed5948b3 Mon Sep 17 00:00:00 2001 From: Dongji Gao Date: Sun, 17 Sep 2023 21:11:34 -0400 Subject: [PATCH] Update README.md --- egs/librispeech/WSASR/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/egs/librispeech/WSASR/README.md b/egs/librispeech/WSASR/README.md index a30a5c84c..823da47d4 100644 --- a/egs/librispeech/WSASR/README.md +++ b/egs/librispeech/WSASR/README.md @@ -40,10 +40,7 @@ After composing the modified WFST $G_{\text{otc}}(\mathbf{y})$ with $L$ and $T$, The $\star$ is represented as the average probability of all non-blank tokens.

- - OTC emission WFST -

The weight of $\star$ is the log average probability of "a" and "b": $\log \frac{e^{-1.2} + e^{-2.3}}{2} = -1.6$ and $\log \frac{e^{-1.9} + e^{-0.5}}{2} = -1.0$ for 2 frames.