From 528895cf2618745667a108f15aa7c6f8a0b6e84d Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Wed, 15 Nov 2017 18:11:10 +0800 Subject: [PATCH] fix the model path in the tiny example --- examples/tiny/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tiny/run_test.sh b/examples/tiny/run_test.sh index a58f5d100d9..d33863222cb 100644 --- a/examples/tiny/run_test.sh +++ b/examples/tiny/run_test.sh @@ -32,7 +32,7 @@ python -u test.py \ --test_manifest='data/tiny/manifest.tiny' \ --mean_std_path='data/tiny/mean_std.npz' \ --vocab_path='data/tiny/vocab.txt' \ ---model_path='checkpoints/params.pass-19.tar.gz' \ +--model_path='checkpoints/tiny/params.pass-19.tar.gz' \ --lang_model_path='models/lm/common_crawl_00.prune01111.trie.klm' \ --decoding_method='ctc_beam_search' \ --error_rate_type='wer' \