mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
Merge branch 'master' into wenetspeech
This commit is contained in:
commit
3f8ba23a60
@ -114,8 +114,8 @@ def get_parser():
|
||||
type=str2bool,
|
||||
default=False,
|
||||
help="""When enabled, the averaged model is saved to
|
||||
conformer_ctc/exp/pretrained.pt. Note: only model.state_dict() is saved.
|
||||
pretrained.pt contains a dict {"model": model.state_dict()},
|
||||
transducer_stateless/exp/pretrained.pt. Note: only model.state_dict()
|
||||
is saved. pretrained.pt contains a dict {"model": model.state_dict()},
|
||||
which can be loaded by `icefall.checkpoint.load_checkpoint()`.
|
||||
""",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user