Replies: 1 comment 1 reply
-
either a mismatch of timm component versions across your environment/local code, or model weights were serialized by pickling the whole model instead of just the state dict. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I load the efficient net model it works fine with the timm version i used which is timm==0.4.12 , but when I use the forward function to input an image tensor, it gives me this error. Does anyone know how to resolve it?

Beta Was this translation helpful? Give feedback.
All reactions