Process finished with exit code -1073741819 (0xC0000005)
See original GitHub issueBug Report
Is the issue related to model conversion?
If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter’s GitHub repo (pytorch, tensorflow-onnx, sklearn-onnx, keras-onnx, onnxmltools) to get the best help.
Describe the bug
Please describe the bug clearly and concisely
System information
- OS Platform and Distribution (e.g. Linux Ubuntu 16.04): windows10
- ONNX version (e.g. 1.7): 1.9.0 / 1.8.0
- Python version:3.8
- GCC/Compiler version (if compiling from source):
- CMake version:
- Protobuf version:3.17.3
- Visual Studio version (if applicable):
- convert PyTorch to onnx failed.
Reproduction instructions
- Describe the code to reproduce the behavior.
- Attach the ONNX model to the issue (where applicable)
### Expected behavior
convert PyTorch to onnx
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Process finished with exit code -1073741819 (0xC0000005 ...
Assume you are running under Windows. Application Error code 0xc0000005, also known as Access Violation error, is a common problem ...
Read more >Process finished with exit code -1073741819 (0xC0000005)
Hi ark basti7 ! It's a known problem PY-17069 cause by a little bug in the Windows. Please check this post for more...
Read more >Process finished with exit code -1073741819 (0xC0000005)
Hi, I am running my python code for large data set and currently, I received this exit code: "Process finished with exit code...
Read more >[Windows Only] Issue "Process finished with exit code ... - GitHub
The environment has been set up. Got this message when tried to run a python script in PyCharm.
Read more >PyCharm exit code -1073741819 (0xC0000005) - Support
0cC0000005 is the exit code for an access violation in Windows - generally this occurs when a program access invalid / out of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I opened in PyTorch here, https://github.com/pytorch/pytorch/issues/62090
if the export is failing then please open this issue in the pytorch repo.