I am trying to run a deep learning model on my NVIDIA Jetson Xavier NX board, but I am encountering an error that says ‘CUDAExecutionProvider is not in available provider names’, when I run onnxruntime code.
Is anyone else experiencing this issue on the Jetson Xavier NX board, or does anyone have any suggestions for how I can resolve this? I would really appreciate any help or guidance that you can provide. Thanks in advance!
There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
Hi,
Which JetPack do you use?
Could you share the output with the following code?
>>> import onnxruntime as ort
>>> ort.get_available_providers()