I am trying to run a VGG python code via PyCharm. When I run the code, I am getting:
Process finished with exit code -1073740791 (0xC0000409)
and I do not know what to do because it should show the 50 epochs that I am trying to execute. I have looked up the exit code and it says:
0xC0000409 means stack buffer overflow
and I don't know what that means. I am new to python code, so please explain it simple as can be lol