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
Thank you for your great work. When I give an image 224x224, it works fine. Then, I just changed image 224 to 112x112 and it gives an error. Any advice?
raise EinopsError(' Error while computing {!r}\n {}'.format(self, e))
einops.EinopsError: Error while computing Rearrange('b c (h w) -> b c h w', h=14, w=14)
Shape mismatch, 49 != 196
The text was updated successfully, but these errors were encountered:
Hi @rishikksh20,
Thank you for your great work. When I give an image 224x224, it works fine. Then, I just changed image 224 to 112x112 and it gives an error. Any advice?
Code
Traceback
The text was updated successfully, but these errors were encountered: