Skip to content

Commit

Permalink
Set possible resolutions to debug, not info (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings authored Sep 12, 2024
1 parent 11c7cf8 commit 01619ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtune/models/clip/_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def __init__(
possible_resolutions = possible_resolutions

self.possible_resolutions = torch.tensor(possible_resolutions).reshape(-1, 2)
logger.info(
logger.debug(
f"Found possible_resolutions: {self.possible_resolutions}. Will fit the images into the canvas with best fit."
)

Expand Down

0 comments on commit 01619ce

Please sign in to comment.