I have read tflm_cifar10 in SDK. In general, we need to convert Tflite model into C array. Now I want to evaluate TFLM model (C array, not .tflite model) in the PC to see whether accuracy is dropped. The reason I want to run in PC to save time. Do you have any source code for classification model such as for Cifar10?
I move from Python to C/C++ and something is not familiar. Thank you.