-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Uint8 quantisized model throws "struct.error" #120
Comments
Thank you so much for filing the issue. We will look at it and take appropriate action as soon as possible.' first issue |
Hello @robinvanemden, this model is written with IR_version 3, which is over 2 years old. deepC supports onnx 1.5 that accepts IR_Version 4 and above.
Do you have newer version of this model? If not, please use onnx version converter |
Thanks for you fast response! I actually converted the model down - I will try again with the higher IR version. |
My apologies for not following up faster - but see attached an updated version of the model, which seems to throw the same error. |
Using WinMLTools floating point 32 into 8-bit integer optimization results in the following error:
The traceback seems to indicate that deepC ought to be able to convert the model, but encounters a minor issue - would you agree? See attached the uint8 optimized Resnet Cifar model we used to test the 8-bit integer quantisized model.
model.zip
The text was updated successfully, but these errors were encountered: