You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/10/10 16:29:57 UTC

[incubator-mxnet] branch master updated: Fixed broken link for Baidu's WARP CTC (#12774)

This is an automated email from the ASF dual-hosted git repository.

skm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new c0cd583  Fixed broken link for Baidu's WARP CTC (#12774)
c0cd583 is described below

commit c0cd583cf92a3e47dd3b6c4bd67e64a3c12bf057
Author: Piyush Ghai <gh...@osu.edu>
AuthorDate: Wed Oct 10 09:29:31 2018 -0700

    Fixed broken link for Baidu's WARP CTC (#12774)
---
 example/speech_recognition/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/speech_recognition/README.md b/example/speech_recognition/README.md
index f95fddf..74bad43 100644
--- a/example/speech_recognition/README.md
+++ b/example/speech_recognition/README.md
@@ -28,7 +28,7 @@ With rich functionalities and convenience explained above, you can build your ow
 <pre>
 <code>pip install soundfile</code>
 </pre>
-- Warp CTC: Follow [this instruction](https://github.com/dmlc/mxnet/tree/master/example/warpctc) to install Baidu's Warp CTC.
+- Warp CTC: Follow [this instruction](https://github.com/baidu-research/warp-ctc) to compile Baidu's Warp CTC.
 - **We strongly recommend that you first test a model of small networks.**