models icon indicating copy to clipboard operation
models copied to clipboard

make and add node to onnx model

Open HoangTienDuc opened this issue 5 years ago • 0 comments

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?

HoangTienDuc avatar Mar 19 '20 08:03 HoangTienDuc