Loading mutliple custom models #81
asktimfisher
started this conversation in
General
Replies: 1 comment 1 reply
-
|
You can load multiple models by providing multiple file paths to the wakeword_models =["my_model1.tflite", "my_model2.tflite"]When loaded like this, the dictionary returned by the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wow, noob question...
I have successfully trained 3 models. I can spin them all up individually just fine:
wakeword_models=["my_model.tflite"]But I want to listen for them all at once. How do I do that?
Beta Was this translation helpful? Give feedback.
All reactions