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 8cd2ffc commit aa1f650Copy full SHA for aa1f650
torchvision/transforms/v2/__init__.py
@@ -55,6 +55,6 @@
55
)
56
from ._temporal import UniformTemporalSubsample
57
from ._type_conversion import PILToTensor, ToImage, ToPILImage, ToPureTensor
58
-from ._utils import check_type, get_bounding_boxes, has_all, has_any, query_chw, query_size
+from ._utils import get_bounding_boxes, has_all, has_any, query_chw, query_size
59
60
from ._deprecated import ToTensor # usort: skip
0 commit comments