We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d84ed commit dcf5319Copy full SHA for dcf5319
torchvision/transforms/v2/_augment.py
@@ -82,7 +82,6 @@ def __init__(
82
value = None
83
elif isinstance(value, (list, tuple)):
84
value = [float(v) for v in value]
85
-
86
self.value: Optional[Sequence[float]] = value
87
self.inplace = inplace
88
0 commit comments