Skip to content

Commit

Permalink
[Hackathon 7th] 修复 asr4test_wav 多余的 argument (#3940)
Browse files Browse the repository at this point in the history
* [Fix] test_wav parse arg

* [Fix] remove line
  • Loading branch information
megemini authored Dec 9, 2024
1 parent f0b7f5b commit 2d7cf7f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions paddlespeech/s2t/exps/hubert/bin/test_wav.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ def main(config, args):

if __name__ == "__main__":
parser = default_argument_parser()
# save asr result to
parser.add_argument(
"--result_file", type=str, help="path of save the asr result")
parser.add_argument(
"--audio_file", type=str, help="path of the input audio file")
args = parser.parse_args()

config = CfgNode(new_allowed=True)
Expand Down

0 comments on commit 2d7cf7f

Please sign in to comment.