Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

TFLITE model

Hello, community,

Few days ago, I created a new tflite model with Vertex AI. When my app tries to use the model for Object Detection, the application crashes. The same code with the older tflite model works OK. 

The difference in Logcat between the old and new versions is a line in bold (quote from Logcat below). "Replacing nodes..." appears for the run with the new tflite model. When detectobject is called, "Fatal signal 6 (SIGABRT),..." starts crash proceedings.

Please, help to fix the problem

tflite Initialized TensorFlow Lite runtime.
tflite Created TensorFlow Lite XNNPACK delegate for CPU.
tflite Replacing 16 node(s) with delegate (TfLiteXNNPackDelegate) node, yielding 17 partitions.

.....

libc ....Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 5792 (pool-18-thread-), pid 5589 (...)

0 1 122
1 REPLY 1