chisu7917
chisu7917
Hi Simone, Thanks for your very nice code! Really appreciate it! I have the same issue with Radhanand Anantha who post a question on your blog. https://eloquentarduino.github.io/2020/11/tinyml-on-arduino-and-stm32-cnn-convolutional-neural-network-example/#tochow-to-run-a-cnn-on-arduino-and-stm32-boards-with-eloquenttinyml I also use...
NameError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 if __name__ == '__main__': ----> 2 model, x_test, y_test = get_model() 3 test_model(model, x_test, y_test) 4 c_code = port(model, variable_name='digits_model',...