kahrendt / microWakeWord

A TensorFlow based wake word detection training framework using synthetic sample generation suitable for certain microcontrollers.
Apache License 2.0
276 stars 20 forks source link

Refactor model loading #15

Closed kahrendt closed 7 months ago

kahrendt commented 7 months ago

Refactors code around loading models to reduce repeated code over multiple files and to improve the organization of model_train_eval.py. Adding a new model architecture now only requires 4 lines of new code in 1 file.