Open JohnDijkstra opened 6 days ago
It's confusing that Windows will claim onnxruntime_providers_cuda.dll is the problem, but what it actually means is that this DLL or any of its dependencies cannot be found. Almost certainly that DLL is found but the CuDNN library is not found. Please carefully follow the instructions to install (and verify installation) of these libraries from here: https://github.com/dje-dev/Ceres/blob/main/markup/instructions_3.md
Thanks for the hint. After removing and reinstalling various NVidia software, I got ceres to run.
After installing Ceres, according to the installation instructions described here, I get the above error message. The onnxruntime_providers_cuda.dll are of course sitting in the referenced directory.
What could the problem? I am running on Windows 10.
Thx, John