Tensorflow not working locally

Hi,

I have a macbook pro with the M3 Pro chip, and would like to run code locally. I have the latest version of tensorflow installed, and whole code up to model.fit(), works perfectly. But model.fit() stops and timeouts on the first epoch. However, the same code runs perfectly on google colab. Any ideas why how is this possible?

Hi @joly, Could you please share the logs if any after executing model.fit( ) and if possible please share the complete code you are using. Thank You.

Hi,
There were no logs, the Kernel loops and timeouts, later on it stops. The code was just a simple sinus line RNN prediction model.