Skip to content

Commit

Permalink
Merge pull request espnet#4323 from simpleoier/master
Browse files Browse the repository at this point in the history
fix the enh_s2t_task argument in espnet2/bin/st_inference.py
  • Loading branch information
sw005320 authored Apr 27, 2022
2 parents 4a12ab3 + 89a4d60 commit 0ae3773
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions espnet2/bin/st_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,12 @@ def get_parser():
help="Pretrained model tag. If specify this option, *_train_config and "
"*_file will be overwritten",
)
group.add_argument(
"--enh_s2t_task",
type=str2bool,
default=False,
help="enhancement and asr joint model",
)

group = parser.add_argument_group("Beam-search related")
group.add_argument(
Expand Down

0 comments on commit 0ae3773

Please sign in to comment.