BYOM: This model won't run on MCUs. Expecting value: line 1 column 1 (char 0)

Greetings, when i’m trying to bring my own tflite model, I’m getting this warning/error:
This model won’t run on MCUs. Expecting value: line 1 column 1 (char 0).

My model is int8 quantized with quantized inputs and outputs as well, and here are some specs about it.

Project ID: 208977

Hi @hadialzein, there’s a StridedSlice op in your model with an output type of INT32 which is not supported in our kernels:

I’ll make sure we fix the error string, and see if I can add the op.

@hadialzein I’ve ported the missing op, and your model will work afterwards. This’ll probably be live by Monday. Will update this thread.

1 Like