ganler commented on issue #13057:
URL: https://github.com/apache/tvm/issues/13057#issuecomment-1310900940
It seems this model is not valid?
For ONNXRuntime, it says:
```
sess = C.InferenceSession(session_options, self._model_bytes, False,
self._read_config_from_model)
onnxruntime.capi.onnxruntime_pybind11_state.InvalidGraph: [ONNXRuntimeError]
: 10 : INVALID_GRAPH : This is an invali
d model. In Node, ("Pad_4", Pad, "", -1) : ("486": tensor(float),) ->
("487": tensor(float),) , Error Node (Pad_4) ha
s input size 1 not in range [min=2, max=3].
```
For TVM, it shows a warning:
```
UserWarning: Node (Pad_4) has input
size 1 not in range [min=2, max=3].
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]