From db871081cf1f2d4587d209adef41a7129f550e0c Mon Sep 17 00:00:00 2001 From: Anton Bakhtin Date: Fri, 4 Sep 2015 12:00:13 +0300 Subject: [PATCH] Use faster-rnnlm by default in librispeech recipe --- egs/librispeech/s5/local/run_rnnlm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/s5/local/run_rnnlm.sh b/egs/librispeech/s5/local/run_rnnlm.sh index 5a9f61a6c..41d747b8e 100755 --- a/egs/librispeech/s5/local/run_rnnlm.sh +++ b/egs/librispeech/s5/local/run_rnnlm.sh @@ -8,7 +8,7 @@ rnnlm_options="-hidden 150 -direct 1000 -direct-order 5" rnnlm_tag="h150_me5-1000" num_threads=8 # set this value to the number of physical cores on your CPU stage=0 -rnnlm_ver=rnnlm-hs-0.1b +rnnlm_ver=faster-rnnlm # End configuration section. echo "$0 $@" # Print the command line for logging