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.
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 (...)
Hi @OlSv ,
Welcome to Google Cloud Community!
The log shows that your TensorFlow Lite app ran into an error, specifically signal 6 (SIGABRT), which usually means the program stopped because it hit a problem it couldn't handle.
Here are workarounds that you might consider to help you check the cause and possible solution of the issue:
If the error persists, I suggest contacting Google Cloud Support as they can provide more insights to see if the behavior you've encountered is a known issue or specific to your project.
I hope the above information is helpful.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |