onnx / onnx/models

make and add node to onnx model

Open
#279 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
9.8k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

Screenshot from 2020-03-19 15-10-22

after convert arcface mxnet to onnx model, i got an error with PRelu node.

Non-zero status code returned while running PRelu node. Name:'relu0' Status Message: relu0: right operand cannot broadcast on dim 0 LeftShape: {1,64,112,112}, RightShape: {64}

If PRelu nodes are added reshape node (right of image), it work.
Does anyone know how to add these nodes?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the ArcFace MXNet-to-ONNX conversion around the PRelu node named relu0 and compare its failing shapes with the screenshot's reshape-node arrangement. Done means the converted model runs without the PRelu broadcasting error and the required nodes are added consistently.

Written by the indexing model from the issue text.

Assessment

Domain
machine-learning
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.