Bobingstern / MicroFlow

Export and run tensorflow models on arduino microcontrollers!
GNU General Public License v3.0
23 stars 3 forks source link

Python file does not work for creating txt file #7

Open QuintanSchank opened 1 year ago

QuintanSchank commented 1 year ago

The python code works for building the model, however I cant get an output for saving the model parameters and weights to the txt file.

Bobingstern commented 1 year ago

Does it print out the weights at least..? Can you share me your python code that you are using?