Skip to content

Commit

Permalink
add log space clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Elsen committed Jan 15, 2016
1 parent bd8c7f0 commit 58fc32d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ parallelism.

## Performance

Our CTC implementation is efficient, compared with many of the other implementations publically available.
Our CTC implementation is efficient, compared with many of the other implementations publically available. All calculations are performed in log-space for numerical stability,
we have found cases where this was required while training our Deep Speech models.
We compare our performance with [Eesen](https://github.com/srvk/eesen/commit/68f2bc2d46a5513cce3c232a645292632a1b08f9), as well as with
a CTC implementation built on [Theano](https://github.com/mohammadpz/CTC-Connectionist-Temporal-Classification/commit/904e8c72e15334887609d399254cf05a591d570f).
We benchmark the Theano implementation operating on 32-bit floating-point numbers and doing the calculation in log-space,
Expand Down

0 comments on commit 58fc32d

Please sign in to comment.