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
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.