-
Notifications
You must be signed in to change notification settings - Fork 370
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
Key error when loading pre-trained weights #31
Comments
|
It seems to be the dir separator "\" and "/" in windows and linux. Maybe try to change |
Is it resolved? Even I had this issue for one of the models. |
This worked for me. Attaching "/" on multiple lines, where windows will add "\\" instead. |
Hi, Thank you for your nice implementation. I get the following error when loading the pre-trained weights:
KeyError: 'Transformer/encoderblock_0\MultiHeadDotProductAttention_1/query\kernel is not a file in the archive'
Would you please help me with this?
Parnian
The text was updated successfully, but these errors were encountered: