apple / tensorflow_macos

TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kernel is dying when I run the tensorflow.keras.models.Sequential.Fit() on Apple M1

nsameerr opened this issue · comments

These instruction worked fine for importing tensor flow on Apple M1. However my kernel is dying when I run the tensorflow.keras.models.Sequential.Fit() method. Does anyone have a solution to fix this problem?

I'm having the same issue
😞

commented

How dying?When I run my program, I found that my lstm model's prediction consequence is not as same as before...But I can't fix it.