Re: SparkFun Edge load a specific model on the board

Hi,

I have my own source code in python with the library tensorflow for CNN and I want to load it in the board.

My input are in a .txt. I guess I have to do a fopen in the main to be able to use those data , I know how to download my model, but I don’t know how to make the model use my input data. Does someone have an idea?

Thanks