[Bug] Traceback will be generated when processing an onnx model.
Closed this issue · 2 comments
whyb commented
This model is modified based on the DiffIR open source model.
command:
onnxslim input.onnx output.onnx --input_shapes input:1,3,-1,-1
I will get the following result as shown in the picture:
Environment:
- OnnxSlim Version: 0.1.22
- Onnx Version: 1.14.1
- OnnxRuntime Version: 1.17.1
- Python Version: Python 3.10.9
- OS: Windows 10 22H2
whyb commented
Solved👍🏻, works now in new version 0.1.23, Thanks