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