Skip to content

Commit d66819d

Browse files
committed
Indentation mistake. Fixes #81
1 parent 65cda1c commit d66819d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/data/transforms_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def transforms_imagenet_train(
6969
else:
7070
# if it's a scalar, duplicate for brightness, contrast, and saturation, no hue
7171
color_jitter = (float(color_jitter),) * 3
72-
secondary_tfl += [transforms.ColorJitter(*color_jitter)]
72+
secondary_tfl += [transforms.ColorJitter(*color_jitter)]
7373

7474
final_tfl = []
7575
if use_prefetcher:

0 commit comments

Comments
 (0)