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:
To Environment variables in Run/Debug Configurations dialog add this pair: =C:
as NAME and c:\''
as VALUE
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?
User contributions licensed under CC BY-SA 3.0