mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
da10455787
commit
4ad2861964
Binary file not shown.
@ -71,9 +71,6 @@ def get_parser():
|
||||
"--group-num",
|
||||
type=int,
|
||||
default=0,
|
||||
help="""It specifies the checkpoint to use for decoding.
|
||||
Note: Epoch counts from 1.
|
||||
You can specify --avg to use more checkpoints for model averaging.""",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
@ -851,6 +848,7 @@ def main():
|
||||
subsampling_factor=params.subsampling_factor,
|
||||
num_encoder_layers=params.num_encoder_layers,
|
||||
num_decoder_layers=params.num_decoder_layers,
|
||||
group_num=params.group_num,
|
||||
)
|
||||
|
||||
if not params.use_averaged_model:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user