cancel
Showing results for 
Search instead for 
Did you mean: 

How to use NanoEdge AI-generated files in keil

Alpha_Lee
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Alpha_Lee
Associate II

I know how to compile.a file with keil.I checked fshort-wchar and it worked.

 

Alpha_Lee_0-1714959988491.png

 

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.

View solution in original post

2 REPLIES 2
Alpha_Lee
Associate II

I know how to compile.a file with keil.I checked fshort-wchar and it worked.

 

Alpha_Lee_0-1714959988491.png

 

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.

I found the problem because I had too little training data