PyCharm causes blue screen

Answered

I wrote the following code - https://github.com/iegorval/neural_nets (dataset - https://www.kaggle.com/keplersmachines/kepler-labelled-time-series-data). When I change 1 parameter (alpha in logReg.py) from 0.001 to 0.01, Windows crashes and the PC has to restart. logReg.py becomes empty (even if saved before running).

I have run the same code with the same dataset on another (btw, less powerful) PC, and it runs as expected, witht the same version of Python and same OS version.

What can be the problem? PyCharm? Compiler? Some problems with OS?

0
2 comments

Hello,
Normally BSOD issues are caused not by PyCharm but machine hardware as noted here https://youtrack.jetbrains.com/issue/WI-22481#comment=27-695346.
Also please try to restore your file using Local History feature: https://www.jetbrains.com/help/pycharm/restoring-a-file-from-local-history.html.

0
Avatar
Permanently deleted user

But do you know what exactly in the hardware could cause such an issue? I have almost never experienced any troubles with this PC. Blue screens have happened 2-3 times (during almost 3 years), but here it happened 4 times during one morning and specifically after changing one parameter in the code.

0

Please sign in to leave a comment.