You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very interesting work.
Just a question:
The keras H5 model you create from notebook (i.e. key_word_detection_cnn_success_1.ipynb), uses dataset in csv format.(/data_restaurant/data). Did you create csv files using the same flow in the DSP pipeline?
I mean starting from raw audio files (wav files) and then modified applying the same functions, in the same order, present in the void dsp(float32_t *s1, mode mode) function?
Thank you
The text was updated successfully, but these errors were encountered:
Very interesting work.
Just a question:
The keras H5 model you create from notebook (i.e. key_word_detection_cnn_success_1.ipynb), uses dataset in csv format.(/data_restaurant/data). Did you create csv files using the same flow in the DSP pipeline?
I mean starting from raw audio files (wav files) and then modified applying the same functions, in the same order, present in the
void dsp(float32_t *s1, mode mode)
function?Thank you
The text was updated successfully, but these errors were encountered: