-
Notifications
You must be signed in to change notification settings - Fork 42
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
AssertionError: ('Pointer shape torch.Size([256]) and array shape (64,) mismatched', torch.Size([256]), (64,)) #23
Comments
were you able to solve this issue? |
No, I wasn't able to resolve it |
Could you please give more details e.g. There's one known problem with small generator models (needs a config change). |
I think it could be a problem of the config. I was experiencing the same problem, but it was because I was using the small model's config when I was converting the base model. Changed the config and works now. |
@stefan-it could you tell me what the known problem with the small generator entails? Does it have to do with the setting of: |
It was related to this configuration change (that is needed to convert the model correctly) |
Getting the following error when converting my ckpt to huggingface's pytorch. I am using the same config file I used for the pretraining.
Also, coverting other ckpt does start at all except the 1M training step, which is also failing here
The text was updated successfully, but these errors were encountered: