question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Process finished with exit code -1073741819 (0xC0000005)

See original GitHub issue

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

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:closed
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ccl-privatecommented, Jul 25, 2021
0reactions
askhadecommented, Jul 23, 2021

if the export is failing then please open this issue in the pytorch repo.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found