Seeking for TFLITE file

I need for my project to use a file with .tflite extension, but actually your code generate
inside the folder tflite-model only 2 files (a .cpp and an header)

  • What is the trcik to make again the .tflite file with this 2 elements ?

Or what is the way to export the model directly in .tflite ?

Thanks for your support !

Kind regards

Hi @Tronic19,

Using the C++ deployment option, the code is compiled down to C++. You can get access to the tflite models within your project’s dashboard:

.

Note that it only contains Neural Network model and not the signal processing blocks.

Aurelien

1 Like

Well in DashBoard but needed to scroll down the page , i really dont see it

All is ok now :slight_smile:

Thanks a lot !

2 Likes