Closed emanuelcovaci closed 5 years ago
Hello @emanuelcovaci. Can you share your ONNX model so I can reproduce the error? In your error message I see the issue related to onnx weights loading, not to the model architecture, because actual conversion hasn't even started.
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.
pip install --upgrade onnx2keras
Also, use name_policy='renumerate'
parameter to fix naming error.
It's working fine now. Thank you
I still have this error.
here is my onnx file if it can help: https://drive.google.com/file/d/17VOpLc3zWqjX8mqFWH2BRYYIY0v4dW5A/view?usp=sharing
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: https://github.com/nerox8664/onnx2keras/pull/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