Python crashed, Process finished with exit code -1073741819 (0xC0000005)

0

I'm trying to run tensorflow's example from their github but at some point I'm getting window "python crashed" and stopped process in PyCharm:

Process finished with exit code -1073741819 (0xC0000005)

Execution is interrupted at 143rd line. I found several solutions but none helped:

  1. To Environment variables in Run/Debug Configurations dialog add this pair: =C: as NAME and c:\'' as VALUE

  2. Uncheck PyQt compatible ckeckbox in PyCharm project Settings

Problem is still remain

Windows 7 x64, PyCharm 2018.2.4 (Community Edition), Python 3.6.5

UPD: script is finished correctly if I exclude all pooling layers from NN topology

UPD2: script works fine even with pooling layers if it run from anaconda prompt so problem is hidden in pycharm?

python
tensorflow
crash
asked on Stack Overflow Oct 13, 2018 by Powercoder • edited Oct 15, 2018 by Powercoder

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0