MichealSBingham / DatasetUtils

Utilities to collect and parse data for our datasets
0 stars 0 forks source link

Kernel restarting #3

Open ruthleee opened 2 years ago

ruthleee commented 2 years ago

The kernel restarts and then ends when the attraction_model.py is compiled. I have python version 3.8 and I'm not sure if this is causing the problem, but it seems to arise bc of the import keras.

image

MichealSBingham commented 2 years ago

Did you install keras with anaconda? Try starting it in local virtual machine with python 3.7 or 3.6. I'll look at the website and see if they give version compatibility.

ruthleee commented 2 years ago

Yes, I had a different problem earlier with the python version compatibility and installing keras but I was able to fix it. However, the kernel restart problem occurred afterwards. I will test out some other python versions maybe and see if that remedies the problem, but as of now the problem still occurs.