make and add node to onnx model
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 9.8k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description

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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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