Skip to content

Commit

Permalink
fix latex formula (openvinotoolkit#3630)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolay Tyukaev <[email protected]>
  • Loading branch information
2 people authored and andrew-zaytsev committed Jan 27, 2021
1 parent a0962e1 commit 9a06745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ops/sequence/CTCLoss_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ p(S) = \prod_{t=1}^{L_i} p_{i,t,ct}

3. Finally, compute negative log of summed up probabilities of all found alignments:
\f[
CTCLoss = \minus \ln \sum_{S} p(S)
CTCLoss = - \ln \sum_{S} p(S)
\f]

**Note 1**: This calculation scheme does not provide steps for optimal implementation and primarily serves for better explanation.
Expand Down

0 comments on commit 9a06745

Please sign in to comment.