Hi,
I run the evkmimxrt1060_tensorflow_lite_kws example.
After preprocessing audio, I see two function called after that to inference the output: MODEL_RunInference(); and MODEL_ProcessOutput(outputData, &outputDims, outputType, endTime - startTime);
But the example model use the Softmax Regression :
And my model use Logistic Regression:
The question is can I re-use 2 function above for my model? If not, could you suggest me somthing to run inference for my model?
I can use those 2 function to predict the output, thanks for your reply.
Hi nahan_trogn,
Glad to hear you can reuse it on your side.
If you still have questions about this case, just kindly let me know.
Any new issues, welcome to create the new case.
Best Regards,
Kerry
Hi nahan_trogn,
Do you use the DeepView tool for your related picture?
About your Logistic Regression. I think you can try to call that 2 function after your model and test it on your side.
If you meet any issues, just kindly let me know.
Best Regards,
Kerry