Closed coffee4u closed 6 months ago
Hello,
I had the same problem.
In fact, you need to have XCode installed on your Mac. It is apparently necessary to convert ‘mlmodelc’ files. After installing Xcode, it worked for me
Thanks @ManuelEsteves , I have upgraded my xcode to 15.3 + xcodeselect install... Still same..
Hello @coffee4u ,
Personally, I installed the full Xcode (v15.2) from the Apple Store.
You can try changing the path:
To specify the use of Xcode.app (IDE): sudo xcode-select --switch /Applications/Xcode.app
To specify the use of CommandLineTools : sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
One of the two should work, otherwise, if you don't use XCode very much, I'd advise you to reinstall it from the Apple Store, as this immediately solved the problem
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer Works for me, thanks @ManuelEsteves !
When converting a checkpoint, the model will be converted to the .mlpackage file. However, after conversion, the node will check whether there exists a .mlmodelc format file in the 'unet' directory. This results in an error and prevents further progress. I am using the 'convert checkpoint' example workflow