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
I have SwinV2 model that I trained and I set out_indices so now my model is an instance of FeatureListNet. Is there a way I can access the set_input_size method of the SwinV2 class, because I get the error:
AttributeError: 'FeatureListNet' object has no attribute 'set_input_size'.
I cant change the input size when I create the model because I am loading an already trained network that was trained on a different image size.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I have SwinV2 model that I trained and I set out_indices so now my model is an instance of
FeatureListNet
. Is there a way I can access theset_input_size
method of the SwinV2 class, because I get the error:AttributeError: 'FeatureListNet' object has no attribute 'set_input_size'.
I cant change the input size when I create the model because I am loading an already trained network that was trained on a different image size.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions