-
Notifications
You must be signed in to change notification settings - Fork 116
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: unhashable type: 'google.protobuf.pyext._message.RepeatedScalarContaine' #23
Comments
Hello @emanuelcovaci. |
Hello @nerox8664 Here you can find the model https://drive.google.com/open?id=1oQTzQ0BO6msO_djhbgsdvpaM22PLtn49 |
Please, try to convert your model with updated version of the library. Also, use |
It's working fine now. Thank you |
I still have this error. here is my onnx file if it can help: |
I'm on the latest version via pip (0.0.22), and I am also getting this same error. Latest version of onnx (1.7.0) as well. Pull request related to this issue: #76 |
I try to convert an ONNX model to Keras, but when I call the conversion function I receive the following error message
"TypeError: unhashable type: 'google.protobuf.pyext._message.RepeatedScalarContainer'"
You can see the ONNX Model here: https://ibb.co/sKnbxWY
The text was updated successfully, but these errors were encountered: