Skip to content

Commit

Permalink
Fix arg not being passed to image_transform from image_transform_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Oct 23, 2023
1 parent dd73c2e commit 93b2b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/open_clip/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,5 @@ def image_transform_v2(
interpolation=cfg.interpolation,
resize_mode=cfg.resize_mode,
fill_color=cfg.fill_color,
aug_cfg=aug_cfg,
)

0 comments on commit 93b2b99

Please sign in to comment.