Question/Issue:
- Hi guys, I have a question about .eim model, I have read from this doc. But still don’t understand, can you please explain the easiest way what is .eim file is?
- is it same with another model format, such as .tflite or .lite?can we see what is the content inside the file?
- If I have run model on my machine, and save the model in .H5 or .tflite format, can we convert to .eim? how we convert it?
- I’m working on a sound classification project and running .eim using linux sdk. and it’s amazing, it can classify sounds in real-time in a short time.
my question is:
What affects the speed of inference time? Is it windows size or frame size and FFT size?
Do we record every detected signal?
regards,