From 20b50ca48a899ab6ae84a74aa7924ead84870806 Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Tue, 27 Jun 2017 20:22:47 +0800 Subject: [PATCH] append README.md --- deep_speech_2/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/deep_speech_2/README.md b/deep_speech_2/README.md index 2912ff31..41acf102 100644 --- a/deep_speech_2/README.md +++ b/deep_speech_2/README.md @@ -77,3 +77,29 @@ More help for arguments: ``` python infer.py --help ``` + +### Evaluating + +``` +CUDA_VISIBLE_DEVICES=0 python evaluate.py +``` + +More help for arguments: + +``` +python evaluate.py --help +``` + +### Parameters tuning + +Parameters tuning for the CTC beam search decoder + +``` +CUDA_VISIBLE_DEVICES=0 python tune.py +``` + +More help for arguments: + +``` +python tune.py --help +``` -- GitLab