I haven't come across this before, but it seems like it might be related to how the model is being created? Maybe you could post up the code used to make it?
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.
I haven't come across this before, but it seems like it might be related to how the model is being created? Maybe you could post up the code used to make it?
It seems like there are tools to convert TF models to new schemas (https://android.googlesource.com/platform/external/tensorflow/+/2db2230841e851e80374b6c5d9e6d9d7f35e0384/tensorflow/contrib/lite/schema/upgrade_schema.py) but I'm not sure why yours would be using schema 0 - could your Tensorflow version be an old one?