models
models copied to clipboard
make and add node to onnx model

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?