2020-06-03 04:51 AM
Hello, I am under graduate student in Korea and I have a question to solve a little of problem.
I tried so many time to classify at sensor tile.
In my case, I quantized my model with validation npz and converted to C code by codegenerator which is as known as STM32_AI 5.0.0. After converting, I changed asc.c asc_data.c and .h file too at fp-ai-sensing1 source. Finally I added the softmax code because code doesn't exist output meta data in this function pack.
I tried asc(acoustic sound classification) about two models(provided model by function pack and made new model by me) and I get the results. First result is perfect. It works very correctly. Second result displays same value for some classes.
I think cause of this problem is feature scale vector is wrong. This made for proviede model. So I want to make new feature scale vector for my model.
Would you please help me to solve this problem?
Thank you for read this question!