Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Naren <taz838@hotmail.co.uk>2016-04-02 18:16:51 +0300
committerSean Naren <taz838@hotmail.co.uk>2016-04-02 18:16:51 +0300
commit5b918136c5b0327a0558859f3e2c2fedfdc7d5bb (patch)
tree1f46fd1bbb82ebe6ce32f24c53a7bfe872890805
parent8f9bafe8b09132436f006d701c7edc1f976dce8c (diff)
Rephrased alignment for CTC
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8338124..d28d8b4 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ is associated to only one PushTable.
criterion = nn.CTCCriterion()
```
Creates a Criterion based on Baidus' [warp-ctc](https://github.com/baidu-research/warp-ctc) implementation.
-This Module measures the loss between a 3D output of (batch x time x inputdim) and a target where there is no alignment of inputs and labels.
+This Module measures the loss between a 3D output of (batch x time x inputdim) and a target without needing alignment of inputs and labels.
Must have installed warp-ctc which can be installed via luarocks:
```
luarocks install http://raw.githubusercontent.com/baidu-research/warp-ctc/master/torch_binding/rocks/warp-ctc-scm-1.rockspec