Skip to content

Commit

Permalink
更新 recognize.py (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct authored Mar 4, 2024
1 parent 625eb57 commit 3320377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wenet/bin/recognize.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_args():
parser.add_argument('--dtype',
type=str,
default='float32',
choices=['float16', 'flaot32', 'bfloat16'],
choices=['float16', 'float32', 'bfloat16'],
help='model\'s dtype')
parser.add_argument('--num_workers',
default=0,
Expand Down

0 comments on commit 3320377

Please sign in to comment.