Code Monkey home page Code Monkey logo

Comments (4)

majianjia avatar majianjia commented on July 19, 2024

The tensor_size() is multiplying the N shape data, with length=N.
The bug might be a Null tensor passed in. Could you try to reduce the optimization level to see if it helps?

from nnom.

junfengzh avatar junfengzh commented on July 19, 2024

Thanks for your reply. When I reduce the optimization level, the process runs much slower (500ms+ for a 1-second audio, vs. 200ms optimized), and problem happens elsewhere in MicroPython. If I replay pre-recorded audio, it works just fine. Basically I could not get a stable repro of the issue.

Instead of crashing, can you fix the code to fail silently when the input is invalid? E.g. nnom_predict returns no label and 0 probability? Ideally you can return an error code.

from nnom.

majianjia avatar majianjia commented on July 19, 2024

@junfengzh
Good suggestion, I haven't touched these application APIs for so long.
Besides, I recommend to retrieve the output directly from the buffer and do your own calculation of the probability, since the current API provides only basic calculation.

from nnom.

junfengzh avatar junfengzh commented on July 19, 2024

Yes I actually want the top N labels instead of one. While I'm reading the code, if this is a small fix for you, it would be great if you can make it.

from nnom.

Related Issues (20)

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.