Post

Replies

Boosts

Views

Activity

Reply to The new tensorflow-macos and tensorflow-metal incapacitate training
I have same problem. env: python 3.10.9 (also checked 3.8) tensorflow-macos 2.11.0 tensorflow-metal 0.7.0 Ive used tensorflow-macos==2.9 and tensorflow-metal ==0.5.0/0.5.1. Still same. First: If i use latest versions i receive on fit() method error: tensorflow/core/framework/op_kernel.cc:1830] OP_REQUIRES failed at xla_ops.cc:418 : NOT_FOUND: could not find registered platform with id: 0x16997a500 So i worked around with this: from tensorflow.keras.optimizers.legacy import Adam Now: fit() works, but somewhere in middle goes to deadlock CPU fitting works as intended.
Jan ’23