Keras-Trigger-Word icon indicating copy to clipboard operation
Keras-Trigger-Word copied to clipboard

How to do Real Time Trigger Word Detection with Keras | DLology

Results 8 Keras-Trigger-Word issues
Sort by recently updated
recently updated
newest added

Hi @Tony607 when I tried loading the tr_model.h5 saved in the models file, I got an error as shown below, GRU(reset_after=False) is not compatible with GRU(reset_after=True) ![image](https://user-images.githubusercontent.com/58133388/118958697-471cff80-b97f-11eb-8902-730199faf6f3.png)

So I am using a dedicated USB mic for RPI. It is detected in the computer and all able to record audio in browser and in local software. But for...

I am trying to make my custom model. And I want to generate a confusion matrix for that as accuracy is not a good measure for this data set. I...

How do you create X,Y dataset for training, should we add arrays of voices and then save it as that or should we create an array file for train.wav?

Hi I have created the dataset for my own custom key word with 15 backgrounds and some 60 keys and 60 negatives.I have created 4000 samples with randomly overlaying the...

I can't run file trigger_word_real_time_demo.ipynb, kernel auto restart when I run this file. Thanks for explain! VietNV

Hello sir, From where can I get the actual large dataset of 4000 samples so that I can fit the model by myself only.