shape_inference.quant_pre_process
causes AttributeError: module 'onnx.helper' has no attribute 'make_sequence_value_info'
#19323
Labels
quantization
issues related to quantization
Describe the issue
I found that there is some incompatibility between
onnx
andonnxruntime
when callingshape_inference.quant_pre_process
.Found that you can reproduce if model has
torch.split
in code.So, I've got folowing error:
Also I found something about it in onnx/tensorflow-onnx#1623
To reproduce
I reproduced it both in colab and on my local computer
Causes error above
Without an split, error does not occur
Urgency
No response
Platform
Linux
OS Version
Ubuntu 22.04.3 LTS
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.16.3
ONNX Runtime API
Python
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: