-
Notifications
You must be signed in to change notification settings - Fork 836
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
Micro Speech:How to run audio_preprocessor.py independently? #2926
Labels
Comments
@ddavis-2015 I tried to generate feature by using audio_preprocessor_float32.tflite(or audio_processer_int8.tflite) like below code:
however the generated feature is not equal to the feature when I trained by using audio_microfrontend which provided by tensorflow:
|
"This issue is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have read the doc,but I don't know how to run audio_preprocessor.py like "python audio_preprocessor.py"instead of using bazel.
Any ideas for this?
The text was updated successfully, but these errors were encountered: