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
Can spokestack-python be used independently to train KeywordRecognizer model(or SpokestackKeyword:) . I want to use keras model.fit() or tensorflow training loop.
is there any plan to support this feature in future releases? . And can you please suggest where I can find model architecture in detail(like if conv1d or dense layers used in filter/encode/detect.tflite for KeywordRecognizer or others)
Spokestack is intended as a runtime library so it is unlikely that we would add that feature in the future. Spokestack is intended as a runtime library so it is unlikely that we will support that feature in the future. The keyword model is very similar to the wake word model. The wake word section I linked goes over the basics, but at the bottom of the page, there is a section with references we used in the creation of both models which have a lot more detail.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Can spokestack-python be used independently to train KeywordRecognizer model(or SpokestackKeyword:) . I want to use keras model.fit() or tensorflow training loop.
All reactions