Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Windows fatal exception: access violation" when run export_tflite.py #395

Open
jharden13HOU opened this issue Feb 23, 2022 · 0 comments
Open

Comments

@jharden13HOU
Copy link

When I try to run export_tflite.py, it cannot work and shows:

I0223 16:11:15.828265 8204 export_tflite.py:48] tflite model loaded
Windows fatal exception: access violation

Current thread 0x0000200c (most recent call first):
File "F:\Anaconda3\envs\TF2.6\lib\site-packages\tensorflow\lite\python\interpreter.py", line 875 in invoke
File "G:\python_project\AI\yolov3_test\export_tflite.py", line 63 in main
File "F:\Anaconda3\envs\TF2.6\lib\site-packages\absl\app.py", line 258 in _run_main
File "F:\Anaconda3\envs\TF2.6\lib\site-packages\absl\app.py", line 312 in run
File "G:\python_project\AI\yolov3_test\export_tflite.py", line 70 in

Process finished with exit code -1073741819 (0xC0000005)

I try to debug, and it seems that the problem lies in the code "interpreter.invoke()", but I don't know how to fix it. Please help me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant