forked from SeanNaren/warp-ctc
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add link to beginnings of mandarin README
- Loading branch information
Erich Elsen
committed
Jan 18, 2016
1 parent
8724b22
commit 055f1fb
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
在我们实验室,我们专注于将递归神经网络规模化, CTC损失函数是其中很重要的一部分。为了让我们的系统更有效率,我们并行处理了CTC算法,正如这篇文章中所描述的(http://arxiv.org.abs/1512.02595)。这个项目包含了我们的高性能CPU以及CUDA版本的CTC损失函数, 以及绑定的Torch (http://torch.ch/). 该代码库提供了简单的C接口,易于与深度学习框架整合。 |