Kernel Restarting: The kernel appears to have died. It will restart automatically.
1 min readJul 12, 2020
Issue SOLVED…
Jupyter notebook is really an awesome platform for a data scientist. But sometimes it hurts when we run Deep Learning models.
One of the error you might be hurting by:
Kernel Restarting The kernel appears to have died. It will restart automatically.
Solutions:
- Please write you complete code in
.py
script and run it using command prompt(or conda prompt). If it is working well then just exit from this blog now. Thanks! … else… - Upgrade numpy… else…
- If you are using GPU, update cuDNN, re-install tensorflow-gpu… else…
conda install nomkl
for iMac … else…- Create a new virtual environment and run Jupyter notebook from there…
I hope your problem is fixed. If not, comment below.