Skip to content
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

SSD mobilenet v1 support #242

Closed
donaparker01 opened this issue Jun 7, 2019 · 2 comments
Closed

SSD mobilenet v1 support #242

donaparker01 opened this issue Jun 7, 2019 · 2 comments

Comments

@donaparker01
Copy link

I was wondering if you supported SSD Mobilenet v1 opset 10, which allows the use of nms. If not, I am receiving the following issue:

C:\Users\t\Downloads\WinMLRunner_v1.2.0.1\WinMLRunner_v1.2.0.1\x64>WinMLRunner.exe -model ssd_mobilenet_v1_coco_2017_11_17\output_model.onnx -iterations 200
Loading model (path = ssd_mobilenet_v1_coco_2017_11_17\output_model.onnx)...
Load Model: ssd_mobilenet_v1_coco_2017_11_17\output_model.onnx [FAILED]
Nodes in a graph must be topologically sorted, however input 'Postprocessor/BatchMultiClassNonMaxSuppression/map/while/stack/2:0' of node:
input: "Postprocessor/BatchMultiClassNonMaxSuppression/map/while/stack/2:0" output: "Postprocessor/BatchMultiClassNonMaxSuppression/map/while/stack_Unsqueeze__2306:0" name: "Postprocessor/BatchMultiClassNonMaxSuppression/map/while/stack_Unsqueeze__2306" op_type: "Unsqueeze" attribute { name: "axes" ints: 0 type: INTS } domain: ""
is not output of any previous nodes.
Nodes in a graph must be topologically sorted, however input 'Postprocessor/BatchMultiClassNonMaxSuppression/map/while/stack/2:0' of node:
input: "Postprocessor/BatchMultiClassNonMaxSuppression/map/while/stack/2:0" output: "Postprocessor/BatchMultiClassNonMaxSuppression/map/while/stack_Unsqueeze__2306:0" name: "Postprocessor/BatchMultiClassNonMaxSuppression/map/while/stack_Unsqueeze__2306" op_type: "Unsqueeze" attribute { name: "axes" ints: 0 type: INTS } domain: ""
is not output of any previous nodes.

Any ideas on the problem?

@riaz
Copy link

riaz commented Sep 16, 2019

Depending on the Build version only Opset 7 | 8 works with Win ML.

@ngeisler11
Copy link
Contributor

Hi Donaparker01,
As Riaz mentioned, WinML currently does not support opset 10. We are continually working on updating opset support for both CPU and GPU with Windows ML and should be available in a future Windows release.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants