-
Notifications
You must be signed in to change notification settings - Fork 2
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
what is right parameters to run kws ds_tc_resnet #1
Comments
You need to make sure the window/block size is consistent with what you used during training.
But I see you use |
Thank you so much! I am going to try your suggestion. |
In your example the method
|
You need to write that function yourself, or you can refer to the implementation in |
Thank you for the quick response! |
Hi ,
Thanks so much for the wrapper API.
I was trying to make real-time KWS spotting using your wrapper and my trained .tflite model using the paper google paper. Below is the flag used for training the model.
As suggested in your readme, I ran the model with
python3 mic_streaming.py -m model path
but I get error :Model Training parameter:
index_to_label = {1: 'unknown', 2: 'srewai', 0: 'silence'}
Thanks in advance!
The text was updated successfully, but these errors were encountered: