fix latex formula (#3630)

Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
This commit is contained in:
Nikolay Tyukaev 2020-12-16 09:21:46 +03:00 committed by GitHub
parent 4795391b73
commit 5d5bbce492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.