Skip to content

Commit

Permalink
Merge pull request #7 from kuke/fix_tiny_test_path
Browse files Browse the repository at this point in the history
fix the model path in the tiny example
  • Loading branch information
Yibing Liu committed Nov 15, 2017
2 parents b96a3e2 + 528895c commit b7d9479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tiny/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit b7d9479

Please sign in to comment.