Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#14 from luoyetx/master
Browse files Browse the repository at this point in the history
fix url error
  • Loading branch information
ekelsen committed Jan 19, 2016
2 parents 32af11f + 40452df commit a470da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

# warp-ctc

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

0 comments on commit a470da0

Please sign in to comment.