Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#11 from ekelsen/master
Browse files Browse the repository at this point in the history
Beginnings of Mandarin Translation
  • Loading branch information
ekelsen committed Jan 18, 2016
2 parents 8724b22 + deccc83 commit 7aa5921
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![Baidu Logo](/doc/baidu-research-logo-small.png)

[In Mandarin 中文版](README.zh_cn.md)

# warp-ctc

A fast parallel implementation of CTC, on both CPU and GPU.
Expand Down
7 changes: 7 additions & 0 deletions README.zh_cn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
![Baidu Logo](/doc/baidu-research-logo-small.png)

[In English](README.md)

# warp-ctc

在我们实验室,我们专注于将递归神经网络规模化, CTC损失函数是其中很重要的一部分。为了让我们的系统更有效率,我们并行处理了CTC算法,正如这篇文章中所描述的(http://arxiv.org.abs/1512.02595)。这个项目包含了我们的高性能CPU以及CUDA版本的CTC损失函数, 以及绑定的Torch (http://torch.ch/). 该代码库提供了简单的C接口,易于与深度学习框架整合。

0 comments on commit 7aa5921

Please sign in to comment.