Keras LSTM model is not working on Apple Silicon
I created a LSTM model and wanted to run it. Once it comes to training the model, there is a bug that the code gets stuck.
The terminal only displays Epoch 1/30
and afterwards nothing happens and it gets stuck. I can’t even terminate it with ctrl + c.