When I try to convert an INT8 quantized pytorch model to the onnx version, the error returns:
Process finished with exit code -1073741819 (0xC0000005).
No matter which export function I use, like the torch.onnx.export, and you provided export_to_onnx, the error always exists.
My os is Windows, the gpu is A4000.
When I try to convert an INT8 quantized pytorch model to the onnx version, the error returns:
Process finished with exit code -1073741819 (0xC0000005).
No matter which export function I use, like the torch.onnx.export, and you provided export_to_onnx, the error always exists.
My os is Windows, the gpu is A4000.