wsqshiqing opened a new issue #18433:
URL: https://github.com/apache/incubator-mxnet/issues/18433
Hey, I was trying convert mobilenetv3_small(from gluoncv) to ONNX, But I got
these following:
> File
"/usr/local/lib/python3.7/site-packages/onnx-1.7.0-py3.7-macosx-10.14-x86_64.egg/onnx/checker.py",
line 54, in checker
proto.SerializeToString(), ctx)
onnx.onnx_cpp2py_export.checker.ValidationError: Unrecognized attribute: max
for operator Clip
==> Context: Bad node spec: input: "hardsigmoid0__plusscalar0" output:
"relu60_relu6" name: "relu60_relu6" op_type: "Clip" attribute { name: "max" f:
6 type: FLOAT } attribute { name: "min" f: 0 type: FLOAT }
Environment:
OS: MAC
mxnet: 1.6.0
gluoncv: 0.7.0
onnx: 1.7.0
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]