tensorrt_inference
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].
onnx 1.8.0,optset is 11, if optset is 10 ,is ok ,but now I need optset11 to get onnx
refer: https://github.com/onnx/onnx/blob/bd2ff65b775580d21ab38cb655a04854c348ff49/onnx/backend/test/case/node/resize.py#L231
@AderonHuang I have the same problem with you, could you tell me how did you solve it in the end? thank you