-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I am trying to use the library for a large dataset
I am setting up a multiprocessing Pool to speed up the processing
However, for example for the function detect_censors I get this error
RuntimeError: [/onnxruntime_src/onnxruntime/core/providers/cuda/cuda_call.cc:121](https://vscode-remote+ssh-002dremote-002bwb1a10.vscode-resource.vscode-cdn.net/onnxruntime_src/onnxruntime/core/providers/cuda/cuda_call.cc:121) std::conditional_t<THRW, void, onnxruntime::common::Status> onnxruntime::CudaCall(ERRTYPE, const char*, const char*, ERRTYPE, const char*, const char*, int) [with ERRTYPE = cudaError; bool THRW = true; std::conditional_t<THRW, void, onnxruntime::common::Status> = void] [/onnxruntime_src/onnxruntime/core/providers/cuda/cuda_call.cc:114](https://vscode-remote+ssh-002dremote-002bwb1a10.vscode-resource.vscode-cdn.net/onnxruntime_src/onnxruntime/core/providers/cuda/cuda_call.cc:114) std::conditional_t<THRW, void, onnxruntime::common::Status> onnxruntime::CudaCall(ERRTYPE, const char*, const char*, ERRTYPE, const char*, const char*, int) [with ERRTYPE = cudaError; bool THRW = true; std::conditional_t<THRW, void, onnxruntime::common::Status> = void] CUDA failure 100: no CUDA-capable device is detected ; GPU=-1905859077 ; hostname=2edfd084-8003-4bed-a5e6-d03d1198eede ; file=/onnxruntime_src/onnxruntime/core/providers/cuda/cuda_execution_provider.cc ; line=236 ; expr=cudaSetDevice(info_.device_id);
any idea?