Update train.py (#635)

Add the missing step to add the arguments to the parser.
This commit is contained in:
Nagendra Goel 2022-10-27 22:23:32 -04:00 committed by GitHub
parent 499ac24ecb
commit 6709bf1e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,6 +328,8 @@ def get_parser():
help="The probability to select a batch from the GigaSpeech dataset",
)
add_model_arguments(parser)
return parser