You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using CUDA Toolkit 11.5.0 and cuDNN v8.3.2.
I converted the model to the ONNX model and tried to use it in a C++ environment.
As soon as I am trying to run the model with CUDA and GPU the model stops working.
The model is working as expected if I continue with CPU-based calculation.
I do not have the same issue with the HED model.
Are there additional steps to run DexiNed in C++ using CUDA?
The text was updated successfully, but these errors were encountered:
Hi, I am using CUDA Toolkit 11.5.0 and cuDNN v8.3.2.
I converted the model to the ONNX model and tried to use it in a C++ environment.
As soon as I am trying to run the model with CUDA and GPU the model stops working.
The model is working as expected if I continue with CPU-based calculation.
I do not have the same issue with the HED model.
Are there additional steps to run DexiNed in C++ using CUDA?
The text was updated successfully, but these errors were encountered: