diff --git a/egs/librispeech/WSASR/README.md b/egs/librispeech/WSASR/README.md index a11ceea0f..ae92f6632 100644 --- a/egs/librispeech/WSASR/README.md +++ b/egs/librispeech/WSASR/README.md @@ -136,17 +136,62 @@ export CUDA_VISIBLE_DEVICES="0" ``` ### Results (ctc-greedy-search) -| Traning Criterion | test-clean | test-other | -|------------|:-------:|:----:| -| CTC |100.0|100.0 | -| OTC | 11.89 | 25.46 | + + + + + + + + + + + + + + + + + + + + + + + + + + +
Training Criterionsslfbank
test-cleantest-othertest-cleantest-other
CTC100.0100.099.8999.98
OTC11.8925.4620.1444.24
### Results (1best, blank_bias=-4) -| Traning Criterion | test-clean | test-other | -|------------|:-------:|:----:| -| CTC |98.40|98.68 | -| OTC | 6.59 | 15.98 | - + + + + + + + + + + + + + + + + + + + + + + + + + + +
Training Criterionsslfbank
test-cleantest-othertest-cleantest-other
CTC98.4098.6899.7999.86
OTC6.5915.9811.7832.38
## Citations ```