The Kernel crashed while executing code #15578
-
my kernel log says this and I can't seems to understand what's wrong: I tried to train the model from this video clip[ https://www.youtube.com/watch?v=a99p_fAr6e4&list=WL&index=41&t=675s ] on 53:30 minute mark and I am running the file called "Keypoint_Classification_EN.ipynb" send help plz :( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Majority of the time this is caused by incorrectly installed Python packages, Based on the logs, the kernel crashes when running the code in cell 23, some code in there is whats causing the kernel to crash (will give you a hint to the package etc), Please can you run the same notebook in Jupyter Lab/Notebook via the Terminal outside VS Code and share the output from the terminal. I suspect it will crash in there as well, please share the output from the Terminal, hopefully that will cotnain some additional information. |
Beta Was this translation helpful? Give feedback.
I'm 100% certain this is caused by an incorrect installation of tensorflow & or related packages.
My suggestion is to reach out on stack overflow for this,
As mentioned earlier, if you run this exact same code agains the same Python environment it will crash outside VS Code as well, meaning its not an issue with VS Code