-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor eval and pipeline_demo scripts in emformer_rnnt #2238
Conversation
@@ -1,3 +1,8 @@ | |||
"""The demo script for testing the pre-trained Emformer RNNT pipelines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also add RawTextHelpFormatter
as in the other script?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's addressed in #2239
@nateanl has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
291c497
to
803b64f
Compare
@nateanl has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@nateanl has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
803b64f
to
e7ec4f6
Compare
@nateanl has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: - Add docstring to `eval.py` and `pipeline_demo.py` under `emformer_rnnt` directory. - Refactor logger and ArgumentParser Pull Request resolved: pytorch#2238 Reviewed By: mthrok Differential Revision: D34267059 Pulled By: nateanl fbshipit-source-id: 4b8d3d183ee7bc0ad71ce305cab87bfa90208b2e
eval.py
andpipeline_demo.py
underemformer_rnnt
directory.