mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Fix typo for pruned_transducer_stateless7_ctc_bs
This commit is contained in:
parent
4ad671b4c5
commit
2712e22be1
@ -342,7 +342,7 @@ def get_parser():
|
|||||||
params.batch_idx_train % save_every_n == 0. The checkpoint filename
|
params.batch_idx_train % save_every_n == 0. The checkpoint filename
|
||||||
has the form: f'exp-dir/checkpoint-{params.batch_idx_train}.pt'
|
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
|
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.
|
||||||
""",
|
""",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user