Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Elsen committed Jan 19, 2016
1 parent b2b61d2 commit 4bfa89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch_binding/TUTORIAL.zh_cn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Torch教程

确保您有安装并运行’Wrap-ctc’ ‘’Luarocks在最顶层目录创建了torch_binding/rocks/warp-ctc-scm-1.rockspec
确保您有安装并运行’Warp-ctc’ ‘’Luarocks在最顶层目录创建了torch_binding/rocks/warp-ctc-scm-1.rockspec

使用Torch绑定/平台 (?),以便交互试验CTC

Expand Down Expand Up @@ -89,7 +89,7 @@ contain the repeated symbol `c`. CTC cannot emit a repeated symbol on consecutiv
(for more details consult http://www.cs.toronto.edu/~graves/icml_2006.pdf) it must separate
the repeated symbol with a blank and so the only possible aligned sequence is
`c <BLANK> c`.
CTC计算了所有可能映射的概率。请注意目标包涵了重复的符号`c`.CTC不能在连续的时间步上发出一个重复的符号更多细节,请见 http://www.cs.toronto.edu/~graves/icml_2006.pdf
CTC计算了所有可能映射的概率。请注意目标包涵了重复的符号`c`.CTC不能在连续的时间步上发出一个重复的符号(更多细节,请见 (http://www.cs.toronto.edu/~graves/icml_2006.pdf))
对于重复的符号必须用一个空白分开,所以唯一可能的映射序列为`c <BLANK> c`.

CTC假设,在给定数据的情况下,标签概率是有条件独立的,所以我们期待的答案即`Pr(c at frame 1)*Pr(<BLANK> at frame 2)*Pr(c at frame 3) = 0.2341*0.0117*0.2341`
Expand Down

0 comments on commit 4bfa89f

Please sign in to comment.