Git Product home page Git Product logo

Comments (2)

yuslepukhin avatar yuslepukhin commented on June 1, 2024

I have no special suggestions for you.
#13658 (comment)
Use dumpbin and where commands from the environment where your executable runs to find a) specific binary dependencies b) check if they are in the path.
Do it recursively and you will find the DLL that is either missing or not in the path.

from onnxruntime.

matmatos avatar matmatos commented on June 1, 2024

To solve it, and maybe some other similar errors I would suggest to download ProcessMonitor and filter it by your program and look what is happening. For me I noticed that when loading the CUDA and cuDNN libraries the ProcessMinitor was throwing "Name not found" errors. So I took a closer look and the program wasn't looking in the folder where PATH was pointing. So I just copied the .dlls that were missing into my project and use them that way for now, until I figure out the main cause of the issue.

Don't have the time to tinker with it atm and solve it properly, so I'll post an update when I get some more free time to work on it...

from onnxruntime.

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.