tensorrt_inference icon indicating copy to clipboard operation
tensorrt_inference copied to clipboard

onnx.onnx_cpp2py_export.checker.ValidationError: Node (034_upsample) has input size 2 not in range [min=3, max=4].

Open AderonHuang opened this issue 3 years ago • 3 comments

image

AderonHuang avatar Mar 18 '21 09:03 AderonHuang

onnx 1.8.0,optset is 11, if optset is 10 ,is ok ,but now I need optset11 to get onnx

AderonHuang avatar Mar 18 '21 09:03 AderonHuang

refer: https://github.com/onnx/onnx/blob/bd2ff65b775580d21ab38cb655a04854c348ff49/onnx/backend/test/case/node/resize.py#L231

linghu8812 avatar Mar 18 '21 15:03 linghu8812

@AderonHuang I have the same problem with you, could you tell me how did you solve it in the end? thank you

liguiyuan avatar Apr 01 '21 06:04 liguiyuan