We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c753c5 commit 377d22aCopy full SHA for 377d22a
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