mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

Issue while running the Hello World example #100

Open surajkumarpandey opened 1 year ago

surajkumarpandey commented 1 year ago

I am trying to run the Hello World example with ESP32. The values are printed but afterwards the following issue is shown:

"PROBLEM IN THONNY'S BACK-END: Exception while handling 'get_globals' (thonny.plugins.micropython.mp_back.ManagementError: Management markers missing). See Thonny's backend.log for more info. You may need to press "Stop/Restart" or hard-reset your MicroPython device and try again.

Process ended with exit code 1."

If anyone has encountered it, please let me know.

331319341 commented 1 year ago

I also encountered the same problem