You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preprocess the converted model with python3 -m onnxruntime.quantization.preprocess --input unet_batchsize2.onnx --output unet_batchsize2-preprocessed.onnx --skip_symbolic_shape img .
Run the full code above. Observe the AssertionError raised.
Error received: AssertionError, stack trace:
Full code:
Steps to reproduce this issue:
python3 -m onnxruntime.quantization.preprocess --input unet_batchsize2.onnx --output unet_batchsize2-preprocessed.onnx --skip_symbolic_shape img
.Environment information:
OS: Ubuntu 22.04 LTS
Python version: 3.12.8
PyTorch version: 2.5.1
PyTorch-TensorRT version: 2.5.0
ModelOpt version: 0.23.0
ONNX version: 1.17.0
onnxruntime-gpu version: 1.20.1
CUDA version: 12.5
CUDA driver version: 555.42.02
GPU: NVIDIA GeForce RTX 3060 Ti
Any help is appreciated, thanks.
The text was updated successfully, but these errors were encountered: