Why it just shows a black block?
Is there any payment that I should do or some bugs else?
i have the same issue
Same issue
Hello guys, it seems the problem is comming from the source image (the quality should be high, looking straight) or from onnx run setup. for more info please check this video https://www.youtube.com/watch?v=p7hjO2ZrfRU
I solved the issue through this
pip uninstall onnxruntime onnxruntime-gpu
pip install onnxruntime-gpu==1.16.3
I solved the issue through this
pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3
ok I'll try it,thank you
Just wanted to say this is super helpful! Appreciate your work.
It is now confirmed that python3.12 and above will only install onnxruntime-gpu==1.17.0.
I switched to python3.10 and onnxruntime-gpu==1.16.3 can be installed!
I solved the issue through this
pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3
The Best Answer, It totally works!
I solved the issue through this
pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3
when i use onnx 1.16.3 it outputs this:
RuntimeError: D:\a_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:743 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasn't able to be loaded. Please install the correct version of CUDA and cuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.
do i also need to change my cuda version to 11.8?