Skip to content
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

Clarify args to whisper e2e script #431

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Clarify args to whisper e2e script #431

wants to merge 4 commits into from

Conversation

natke
Copy link
Contributor

@natke natke commented May 7, 2023

No description provided.

@natke natke requested a review from a team as a code owner May 7, 2023 23:19
wenbingl
wenbingl previously approved these changes May 8, 2023
@@ -233,8 +233,8 @@ def postprocessing(token_ids, hf_processor):

if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument("-a", "--audio", required=True, help="Path to audio file")
parser.add_argument("-m", "--model", required=True, help="Path to custom export of Whisper with beam search")
parser.add_argument("-a", "--audio", required=True, help="Audio file input used to export model")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more specifically, the audio file is to test the model generated, exporting doesn't really need an audio file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants