minor updates

This commit is contained in:
marcoyang 2024-03-29 17:15:05 +08:00
parent 5a4b712c99
commit 9e9bc7593e

View File

@ -46,8 +46,6 @@ for how to use the exported models outside of icefall.
(2) Export `model.state_dict()`
- For non-streaming model:
./zipformer/export.py \
--exp-dir ./zipformer/exp \
--epoch 30 \
@ -57,8 +55,6 @@ for how to use the exported models outside of icefall.
It will generate a file `pretrained.pt` in the given `exp_dir`. You can later
load it by `icefall.checkpoint.load_checkpoint()`.
- For non-streaming model:
To use the generated file with `zipformer/decode.py`,
you can do: