You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if"max_size"inkwargs:
logger.warning_once(
"The `max_size` parameter is deprecated and will be removed in v4.26. ""Please specify in `size['longest_edge'] instead`.",
)
max_size=kwargs.pop("max_size")
else:
max_size=NoneifsizeisNoneelse1333
But the version of transformers is already 4.52.0.dev0 (from src/transformers/__init__.py).
ConditionalDetrImageProcessorFast also suffers the same issue.