Fix typo for pruned_transducer_stateless8

This commit is contained in:
Yifan Yang 2023-06-02 13:38:21 +08:00
parent 25e1085c0e
commit 062f0508d2

View File

@ -348,7 +348,7 @@ def get_parser():
params.batch_idx_train % save_every_n == 0. The checkpoint filename
has the form: f'exp-dir/checkpoint-{params.batch_idx_train}.pt'
Note: It also saves checkpoint to `exp-dir/epoch-xxx.pt` at the
end of each epoch where `xxx` is the epoch number counting from 0.
end of each epoch where `xxx` is the epoch number counting from 1.
""",
)