UOB-AI / UOB-AI.github.io

A repository to host our documentations website.
https://UOB-AI.github.io
1 stars 3 forks source link

Kernel Restarting Issue #62

Open Amalsalem opened 3 months ago

Amalsalem commented 3 months ago

I have this problem while runing the DynAE model:

image

Could you pls check it.

asubah commented 3 months ago

The kernel died message says that Jupyter crashed for some reason and the crash reason couldn't be reported. One way to get a better error message is to run the python code directly from the terminal on the node. Then you will be able to get a more useful output.

So, you need to create a .py file, put your code that caused the problem in it, and run it from the Jupyter terminal.