Coder Social home page Coder Social logo

Comments (5)

jslater8 avatar jslater8 commented on September 26, 2024

Hi,

Thanks for raising this issue. We've seen this before when compiling with older versions of g++. We have fixed this specific error in the upcoming release. The known version of g++ that works is 7.5, this is the default which is packaged with Ubuntu 18.04.

from ethos-n-driver-stack.

Rahn80643 avatar Rahn80643 commented on September 26, 2024

Hi,
Thank you for informing the version of g++, I can successfully build ethos-n-driver-stack with scons.
However, when I tried to build ARM NN with ethos-n, I met the following error:
`/EthosNSubgraphViewConverter.cpp:96:50: error: ‘using element_type = class armnn::ConstCpuTensorHandle {aka class armnn::ConstCpuTensorHandle}’ has no member named ‘GetTensor’; did you mean ‘GetTensorInfo’?

EthosNSubgraphViewConverter.cpp:96:60: error: expected primary-expression before ‘void’`
armnn_compile_error

I use ARM NN 21.02 with argmax path in link.
Does this error occur because the version of ARM NN, or should I modify GetTensor to GetTensorInfo in ethos source code?

from ethos-n-driver-stack.

jslater8 avatar jslater8 commented on September 26, 2024

Hi,

It appears the version of Arm NN you are using isn't 21.02. It seems that it was commited in April. The 21.02 release branch is here. ARM-software/armnn@175ed68. Is there a specific reason you needed this commit?

from ethos-n-driver-stack.

Rahn80643 avatar Rahn80643 commented on September 26, 2024

Hi,
Since the model I'm using contains an Argmax layer. The ParseArgMinMax function in original 21.02 release contains some issues, so I updated my ARM NN to (this patch)[https://github.com/ARM-software/armnn/commit/28f177c45cb8e23b86c9f3ff435921183340fc33] to make ARM NN execute my model successfully

Rahn

from ethos-n-driver-stack.

jslater8 avatar jslater8 commented on September 26, 2024

Ah I see, thanks for the context. Unfortunately we haven't yet released a version of our driver stack to support this version of Arm NN. The 21.05 release of Arm NN and our driver stack will include this patch and will land at the end of may. If its urgent and it's not possible to remove the argmax, you could try modifying the source code, although there may be a large number of changes needed.

from ethos-n-driver-stack.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.