I am having Macbook Pro M2 chip and I want to run Tensorflow with GPU support in it. Can anyone tell me how to do that?
Post
Replies
Boosts
Views
Activity
I am getting error after running following code :
model.fit(x_train, y_train, epochs=10)
After running above code I am getting following error:
Epoch 1/10
NotFoundError Traceback (most recent call last)
Cell In[11], line 1
----> 1 model.fit(x_train, y_train, epochs=10)
...
...
...
...
...
Node: 'StatefulPartitionedCall_2'
could not find registered platform with id: 0x112e240d0
[[{{node StatefulPartitionedCall_2}}]] [Op:__inference_train_function_763]