MicroFlow icon indicating copy to clipboard operation
MicroFlow copied to clipboard

Export and run tensorflow models on arduino microcontrollers!

Results 3 MicroFlow issues
Sort by recently updated
recently updated
newest added

Hi, I want to use this model model = tf.keras.Sequential([ tf.keras.layers.Input(shape=(6,)), tf.keras.layers.Dense(32, activation='relu'), tf.keras.layers.Dense(32, activation='relu'), tf.keras.layers.Dense(4, activation='softmax') ]) model.compile(optimizer=tf.keras.optimizers.Adam(learning_rate=0.001),loss='mse') to play snake game on an STM32. You mention that only...

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.

Hello, I tested the board_test and the XOR model but I get this error. I tried different cards and I got the same error each time. Have you an idea...