-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix ASR Buffered inference scripts #5552
Conversation
Signed-off-by: smajumdar <[email protected]>
Signed-off-by: smajumdar <[email protected]>
Signed-off-by: smajumdar <[email protected]>
Signed-off-by: smajumdar <[email protected]>
Signed-off-by: smajumdar <[email protected]>
Signed-off-by: smajumdar <[email protected]>
Signed-off-by: smajumdar <[email protected]>
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.
LGTM. one thing we can discuss and add later: Could we add more tests regarding buffered inference? Is it necessary?
Definitely need tests for buffered. I didn't add them before cause it was difficult to make it work but with the upgrades now it's easy to take a small pretrained model and add tests to overall + maybe unittests for the internals too. |
* Fix log calculation Signed-off-by: smajumdar <[email protected]> * Fix log calculation Signed-off-by: smajumdar <[email protected]> * Fix log check Signed-off-by: smajumdar <[email protected]> * Deepcopy the hypothesis to prevent inplace corrections Signed-off-by: smajumdar <[email protected]> * Deepcopy the hypothesis to prevent inplace corrections Signed-off-by: smajumdar <[email protected]> * Revert changes Signed-off-by: smajumdar <[email protected]> * Add link to HF space to readme Signed-off-by: smajumdar <[email protected]> Signed-off-by: smajumdar <[email protected]> Co-authored-by: fayejf <[email protected]> Signed-off-by: andrusenkoau <[email protected]>
* Fix log calculation Signed-off-by: smajumdar <[email protected]> * Fix log calculation Signed-off-by: smajumdar <[email protected]> * Fix log check Signed-off-by: smajumdar <[email protected]> * Deepcopy the hypothesis to prevent inplace corrections Signed-off-by: smajumdar <[email protected]> * Deepcopy the hypothesis to prevent inplace corrections Signed-off-by: smajumdar <[email protected]> * Revert changes Signed-off-by: smajumdar <[email protected]> * Add link to HF space to readme Signed-off-by: smajumdar <[email protected]> Signed-off-by: smajumdar <[email protected]> Co-authored-by: fayejf <[email protected]>
What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
Collection: [ASR]
Changelog
Before your PR is "Ready for review"
Pre checks:
PR Type: