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
I`m trying to run it on GPU using DML. I installed required packages
and when im trying to set provider
var sessionOptions = new SessionOptions()
{
LogSeverityLevel = OrtLoggingLevel.ORT_LOGGING_LEVEL_VERBOSE,
LogVerbosityLevel = 1,
EnableMemoryPattern = false
};
sessionOptions.AppendExecutionProvider_DML();
it breaks with next error: Microsoft.ML.OnnxRuntime.OnnxRuntimeException: '[ErrorCode:RuntimeException] '
Also i tried running it on CUDA, but it was even slower, than on CPU, and i tried to run it using TensorRT, but there was problems with model, i guess..
Im running on RTX 3050, and DX12 is installed.
The text was updated successfully, but these errors were encountered:
I`m trying to run it on GPU using DML. I installed required packages
and when im trying to set provider
it breaks with next error:
Microsoft.ML.OnnxRuntime.OnnxRuntimeException: '[ErrorCode:RuntimeException] '
Also i tried running it on CUDA, but it was even slower, than on CPU, and i tried to run it using TensorRT, but there was problems with model, i guess..
Im running on RTX 3050, and DX12 is installed.
The text was updated successfully, but these errors were encountered: