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

ONNX Parser: Not support softmax #680

Closed xiaotongnii closed 1 year ago

xiaotongnii commented 1 year ago

Sys Info: armnn22.02 ubuntu18.04 platform:Arm cortex-A76 + A55

deploy ONNX model with armnn22.02,but ONNX Parser cannot support softmax. How to deal with the problems?

ArmRyan commented 1 year ago

Hi @Shelton-N

This is an unsupported operator with the ONNX Parser. I have created an internal ticket to add support but I can not give any estimated time on when the ticket will be completed.

We are an open source project so if you would like to, you are welcome to get involved! Here is a link to our contibutor guide: https://github.com/ARM-software/armnn/blob/master/CONTRIBUTING.md

There is also some information available on our README: https://github.com/ARM-software/armnn/blob/master/README.md

Regards, Ryan

FrancisMurtagh-arm commented 1 year ago

Closing issue as we are tracking internally and have marked as Help-Wanted for external contributors to re-open if desired.