I would like to make a LSTM forecasting using Keras. Every time I run the prerequisite step: importing the library
from keras.callbacks import EarlyStopping, ReduceLROnPlateau, ModelCheckpoint, TensorBoard
the following message appears:
The kernel appears to have died. It will restart automatically.
Same problem occurs when I:
ìmport keras
or import tensorflow
.
I am using MacOS version 11.2, 16 GB ram.