ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.14k stars 307 forks source link

ssd_mobilenet_v3 stuck in IRuntime::EnqueueWorkload #632

Closed steven9046 closed 1 year ago

steven9046 commented 2 years ago

I'm using this ssd_mobilenet_v3_small_coco. It runs well on my computer. But will stuck in IRuntime::EnqueueWorkload when I run it on RK3399 with ubuntu 16.04 installed. I'm using armnnv21.08 because the newer version can't be built on ubuntu16.04. No error code. Just can't return. Any suggestion?

steven9046 commented 2 years ago

The model can be found here: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md

steven9046 commented 2 years ago

This model runs well at first. Then suddenly stuck in IRuntime::EnqueueWorkload after mybe 5min or 30min randomly.

james-conroy-arm commented 2 years ago

Hi @steven9046 ,

Whilst we don't officially support Ubuntu 16.04 anymore, Arm NN should still work on this platform. Could you please build with the latest version of Arm NN (22.02) and see if the behaviour is any different?

Cheers, James