Yuxiang Lu

Results 1 issues of Yuxiang Lu

When I run the code below in the notebook "onnx_model_example.ipynb", a warning occurs: `quantize_dynamic( model_input=onnx_model_path, model_output=onnx_model_quantized_path, optimize_model=True, per_channel=False, reduce_range=False, weight_type=QuantType.QUInt8, ) onnx_model_path = onnx_model_quantized_path` the warning is: `Ignore MatMul due...