-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: 'int' object is not callable
during torch model weights load
#8
Comments
Unfortunately it seems that in the guts there's unpickling going on. That means potential version mismatch between some libraries at the time of pickle vs unpickle can cause misalignment? |
What was the
|
|
@MrCsabaToth I am using torch 2.2.1. Here are torch related packages:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed the README.
unzip -l
it seems it's not corrupted but who knows.This is a blocker right now.
The text was updated successfully, but these errors were encountered: