image_size outputs 224 instead of 384
#1
by
Ryoo72
- opened
AutoConfig.from_pretrained("timm/swin_base_patch4_window12_384.ms_in22k").image_size outputs 224 instead of 384. Is this a typo, or is there a specific reason for this?
timm does not have AutoConfig so not quite sure what that's doing. ... EDIT: you're probably wanting the Transforms swin models which are under the microsoft/ namespace, although this one works great, it's a timm
model, see 'Use in timm' button.