-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Squeezenet1.0 models give wrong prediction results #20332
Comments
@mingmingtasd This is marked as "EP == DirectML", but shouldn't this be the WebNN EP? I'm confused by the issue because it includes Python code, points to an |
I firstly opened an issue : onnx/models#659 , but someone told me to open the issue to onnxruntime. Sorry for confusion, I give the onnxruntime web demo and python code mainly to provide two ways to reproduce. |
The label should be webnn ep, but it seems I can't change the label... |
I guess you have to be part of microsoft/onnxruntime to change labels - I changed it 👍. Did you already compare against the CPU EP and DML EP, and did those return different results than the WebNN EP? If so, then @Honry will want to be aware. |
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details. |
Describe the issue
Move the onnx/models#659 here:
All squeezenet 1.0 models from https://github.com/onnx/models/tree/main/validated/vision/classification/squeezenet can't provide correct prediction results.
To reproduce
Select any one squeezenet 1.0 model to try:
The prediction result is always:
Predicted label: n03788365 mosquito net
You can also use onnxruntime web demo to reproduce: use squeezenet 1_0 rather than 1_1 in https://github.com/microsoft/onnxruntime-web-demo/blob/main/src/components/models/Squeezenet.vue
Platform
Windows
OS Version
11
The text was updated successfully, but these errors were encountered: