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

Batch Inference #109

Open
rockiram opened this issue Jun 11, 2020 · 2 comments
Open

Batch Inference #109

rockiram opened this issue Jun 11, 2020 · 2 comments

Comments

@rockiram
Copy link

Is it possible to run inference in batches instead of one by one?

If so please suggest me some approach.

@gooofy
Copy link
Owner

gooofy commented Jun 11, 2020

that is certainly possible and is in fact used to auto-review audio submissions. check out auto_review.py to get started.

@rockiram
Copy link
Author

Thanks @gooofy for immediate reply.
In auto_review.py, The audio files are processed one by one in for loop.
Will it be possible to send multiple audio files in a single batch for prediction?

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

No branches or pull requests

2 participants