Argh, sorry - that's a pain. So it looks like while neither the colab or Tensorflow on the Bangle has changed, something in the code the colab uses must have changed.
I don't ever recall seeing SPACE_TO_BATCH_ND before so presumably this is a new op that got put into the exported file that we don't support yet.
I feel like it's probably a good deal easier to use than the Colab - I should probably point to that as an example of use rather than nearform's old one
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Argh, sorry - that's a pain. So it looks like while neither the colab or Tensorflow on the Bangle has changed, something in the code the colab uses must have changed.
I don't ever recall seeing SPACE_TO_BATCH_ND before so presumably this is a new op that got put into the exported file that we don't support yet.
I'd be really interested to see if you have any luck with this tutorial:
https://www.espruino.com/Bangle.js+EdgeImpulse
I feel like it's probably a good deal easier to use than the Colab - I should probably point to that as an example of use rather than nearform's old one