Skip to content

Commit

Permalink
Update train.py (#635)
Browse files Browse the repository at this point in the history
Add the missing step to add the arguments to the parser.
  • Loading branch information
ngoel17 authored Oct 28, 2022
1 parent 499ac24 commit 6709bf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion egs/librispeech/ASR/pruned_transducer_stateless3/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,9 @@ def get_parser():
default=0.5,
help="The probability to select a batch from the GigaSpeech dataset",
)


add_model_arguments(parser)

return parser


Expand Down

0 comments on commit 6709bf1

Please sign in to comment.