MerlinPCarson / WakeWord-Detection

Training and evaluation scripts for wake word detection DNN models.
Apache License 2.0
8 stars 1 forks source link

Wavenet #14

Closed MerlinPCarson closed 3 years ago

MerlinPCarson commented 3 years ago

Adding script to save dataset as H5 file with VAD labeled start and end points for each example Adding Tensorflow Wavenet model training and evaluation scripts Adding script to convert Wavenet model to TF-Lite models (encode, detect) Adding Wakeword pruning experiments Adding optional saving misclassified audio examples to zip file during evaluation Updating evaluate (FAR, FRR) models script to support both models Updating requirements Updating readme with Wavenet instructions