diff --git a/README.md b/README.md index 537eec0b66c07bbe2449632b1f5d95e9458379f2..d58d0c51fc5088770d2d3091797d9dfdc749be26 100644 --- a/README.md +++ b/README.md @@ -296,14 +296,14 @@ The hyper-parameters $\alpha$ (language model weight) and $\beta$ (word insertio ```bash python tools/tune.py --use_gpu False ``` - The grid search will log the WER (word error rate) or CER (character error rate) at each point in the hyper-parameter space and their minima, and draw the error surface optionally. A proper hyper-parameters range should include the global minima of the error surface for WER/CER, as illustrated in the following figure. + The grid search will print the WER (word error rate) or CER (character error rate) at each point in the hyper-parameters space, and draw the error surface optionally. A proper hyper-parameters range should include the global minima of the error surface for WER/CER, as illustrated in the following figure.
-
+
An example error surface for tuning on the dev-clean set of LibriSpeech