+1 Problem with tensorflow-metal. Using the basic autoencoder code from tensorflow.org the training and output are not as expected compared to the tutorial output. I describe the issue, code and results in StackOverflow.
Post
Replies
Boosts
Views
Activity
May be a problem with Xcode not finding command line tools properly. I had essentially the same issue using Git from the command line and this fixed it for me:
// reset to the default command line tools path
sudo xcode-select -r
// Link xcode-select with CommandLineTools
sudo xcode-select -s /Library/Developer/CommandLineTools
Got this answer from a response to a similar question on SO:
https://stackoverflow.com/questions/72668916/requested-but-did-not-find-extension-point-with-identifier-xcode-idekit-extensio