Skip to content

Commit

Permalink
remove requirement for src_token_list
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt committed Apr 27, 2022
1 parent f0bf885 commit 5fb7dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espnet2/tasks/st.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def add_task_arguments(cls, parser: argparse.ArgumentParser):
# NOTE(kamo): add_arguments(..., required=True) can't be used
# to provide --print_config mode. Instead of it, do as
required = parser.get_default("required")
required += ["src_token_list", "token_list"]
required += ["token_list"]

group.add_argument(
"--token_list",
Expand Down

0 comments on commit 5fb7dd6

Please sign in to comment.