mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-06 23:54:17 +00:00
doc str updated
This commit is contained in:
parent
c65f80a11f
commit
d3efac6618
@ -6,7 +6,7 @@
|
||||
|
||||
[./zipformer](./zipformer)
|
||||
|
||||
It's reworked Zipformer with Pruned RNNT loss, note that results below are produced by model trained on data without speed perturbation applied.
|
||||
It's reworked Zipformer with Pruned RNNT loss.
|
||||
**Caution**: It uses `--context-size=1`.
|
||||
|
||||
##### normal-scaled model, number of model parameters: 73412551, i.e., 73.41 M
|
||||
@ -55,8 +55,9 @@ for m in modified_beam_search fast_beam_search ; do
|
||||
done
|
||||
```
|
||||
|
||||
Note that results below are produced by model trained on data without speed perturbation applied.
|
||||
|
||||
**⚠️ If you prefer to have the speed perturbation disabled, please manually set `--perturb-speed` to `False` for `./local/compute_fbank_aishell.py` in the `prepare.sh` script.**
|
||||
**⚠️ If you prefer to have the speed perturbation disabled, please pass `false` to `--perturb-speed` of the `prepare.sh` script as demonstrated below.**
|
||||
|
||||
##### normal-scaled model, number of model parameters: 73412551, i.e., 73.41 M
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
It's reworked Zipformer with Pruned RNNT loss, note that results below are produced by model trained on data without speed perturbation applied.
|
||||
|
||||
**⚠️ If you prefer to have the speed perturbation disabled, please manually set `--perturb-speed` to `False` for `./local/compute_fbank_aishell.py` in the `prepare.sh` script.**
|
||||
**⚠️ If you prefer to have the speed perturbation disabled, please pass `false` to `--perturb-speed` of the `prepare.sh` script as demonstrated below.**
|
||||
|
||||
| | dev-ios | test-ios | comment |
|
||||
|---------------------------------------|---------|----------|----------------------------------|
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
It's reworked Zipformer with Pruned RNNT loss, note that results below are produced by model trained on data without speed perturbation applied.
|
||||
|
||||
**⚠️ If you prefer to have the speed perturbation disabled, please manually set `--perturb-speed` to `False` for `./local/compute_fbank_aishell.py` in the `prepare.sh` script.**
|
||||
**⚠️ If you prefer to have the speed perturbation disabled, please pass `false` to `--perturb-speed` of the `prepare.sh` script as demonstrated below.**
|
||||
|
||||
| | test | comment |
|
||||
|------------------------|------|---------------------------------------|
|
||||
|
Loading…
x
Reference in New Issue
Block a user