apple / tensorflow_macos

TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute framework.
Other
3.67k stars 308 forks source link

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

Open nsameerr opened 3 years ago

nsameerr commented 3 years ago

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?

be-thomas commented 3 years ago

I'm having the same issue 😞

Apocaly-pse commented 3 years ago

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.