We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f869c7 commit f673259Copy full SHA for f673259
torchvision/transforms/v2/functional/_type_conversion.py
@@ -25,7 +25,7 @@ def _import_cvcuda_modules():
25
26
return cvcuda
27
except ImportError as e:
28
- raise RuntimeError(
+ raise ImportError(
29
"CV-CUDA is required but not installed. "
30
"Please install it following the instructions at "
31
"https://github.com/CVCUDA/CV-CUDA or via pip: "
0 commit comments