2024-04-29 11:33 PM
Can NanoEdge AI only generate.a static library? If so, how do I use it in keil? This is because keil does not use GCC but ARMCC.
Solved! Go to Solution.
2024-05-05 06:50 PM
I know how to compile.a file with keil.I checked fshort-wchar and it worked.
But I ran into a new problem.No matter what data I entered, the similarity score was always 0.I checked the return value of this function, neai_anomalydetection_learn(float data_input[]), which starts with nine iterations of learning followed by done.My number of iterations is 50.
2024-05-05 06:50 PM
I know how to compile.a file with keil.I checked fshort-wchar and it worked.
But I ran into a new problem.No matter what data I entered, the similarity score was always 0.I checked the return value of this function, neai_anomalydetection_learn(float data_input[]), which starts with nine iterations of learning followed by done.My number of iterations is 50.
2024-05-06 02:08 AM
I found the problem because I had too little training data